Home
last modified time | relevance | path

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

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