Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dip.h53 nd_uint8_t ip_vhl; /* header length, version */ member
54 #define IP_V(ip) ((GET_U_1((ip)->ip_vhl) & 0xf0) >> 4)
55 #define IP_HL(ip) (GET_U_1((ip)->ip_vhl) & 0x0f)
H A DCHANGES1434 - Enable "ip_hl vs. ip_vhl" workaround for OSF4 too.