Home
last modified time | relevance | path

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

/netbsd/external/mpl/dhcp/dist/includes/netinet/
H A Dip.h65 #define IP_HL(iph) (((iph)->ip_fvhl & 0x0F) << 2) macro
/netbsd/external/bsd/tcpdump/dist/
H A Dip.h51 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f) macro
/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_compat.h789 # define IP_HL(x) (x)->ip_hl macro