Searched refs:ip_vhl (Results 1 - 2 of 2) sorted by relevance

/external/tcpdump/
H A Dip.h55 uint8_t ip_vhl; /* header length, version */ member in struct:ip
56 #define IP_V(ip) (((ip)->ip_vhl & 0xf0) >> 4)
57 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f)
H A Dprint-ip.c530 ND_TCHECK(ipds->ip->ip_vhl);

Completed in 94 milliseconds