HomeSort by: relevance | last modified time | path
    Searched defs:IP_V (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
ip.h 50 #define IP_V(ip) ((GET_U_1((ip)->ip_vhl) & 0xf0) >> 4)
  /src/external/mpl/dhcp/dist/includes/netinet/
ip.h 64 #define IP_V(iph) ((iph)->ip_fvhl >> 4)
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 782 #ifndef IP_V
783 # define IP_V(x) (x)->ip_v
786 # define IP_V_A(x,y) (x)->ip_v = (y)

Completed in 29 milliseconds