Home
last modified time | relevance | path

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

/external/tcpdump/
Dip.h51 u_int8_t ip_vhl; /* header length, version */ member
52 #define IP_V(ip) (((ip)->ip_vhl & 0xf0) >> 4)
53 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f)
DCHANGES654 - Enable "ip_hl vs. ip_vhl" workaround for OSF4 too.