Home
last modified time | relevance | path

Searched refs:ip_vhl (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/
Dip.h53 nd_uint8_t ip_vhl; /* header length, version */ member
54 #define IP_V(ip) (((ip)->ip_vhl & 0xf0) >> 4)
55 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f)
Dprint-ip.c547 ND_TCHECK(ipds->ip->ip_vhl); in ip_print()
Dprint-pim.c887 ND_TCHECK(ip->ip_vhl); in pimv2_print()
DCHANGES1019 - Enable "ip_hl vs. ip_vhl" workaround for OSF4 too.