Home
last modified time | relevance | path

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

/external/tcpdump/
Dip.h55 uint8_t ip_vhl; /* header length, version */ member
56 #define IP_V(ip) (((ip)->ip_vhl & 0xf0) >> 4)
57 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f)
Dprint-ip.c530 ND_TCHECK(ipds->ip->ip_vhl); in ip_print()
DCHANGES709 - Enable "ip_hl vs. ip_vhl" workaround for OSF4 too.