Searched refs:ip_vhl (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/tcpdump/
H A Dip.h53 nd_uint8_t ip_vhl; /* header length, version */ member in struct:ip
54 #define IP_V(ip) (((ip)->ip_vhl & 0xf0) >> 4)
55 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f)
H A Dprint-ip.c553 ND_TCHECK(ipds->ip->ip_vhl);
H A Dprint-pim.c887 ND_TCHECK(ip->ip_vhl);

Completed in 151 milliseconds