Searched defs:IP_HL (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dip.h53 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f) macro
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h731 # define IP_HL(x) ((x)->ip_vhl & 0xf) macro
1842 # define IP_HL(x) (x)->ip_hl macro

Completed in 35 milliseconds