Home
last modified time | relevance | path

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

/minix3/external/bsd/tcpdump/dist/
H A Dip.h53 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f) macro
/minix3/external/bsd/dhcp/dist/includes/netinet/
H A Dip.h64 #define IP_HL(iph) (((iph)->ip_fvhl & 0x0F) << 2) macro