Home
last modified time | relevance | path

Searched defs:ip_hl (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/netinet/
H A Dip.h53 unsigned int ip_hl:4, /* header length */ member
58 ip_hl:4; /* header length */ member
/netbsd-src/sys/arch/mvme68k/stand/sboot/
H A Detherfun.h73 ip_hl:4; /* header length */ member
/netbsd-src/external/bsd/ipf/dist/ipsd/Celler/
H A Dip_compat.h162 __u8 ip_hl:4; member
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcp.c3427 size_t ip_hl = (size_t)ip->ip_hl * 4; in get_udp_data() local