Searched refs:ip_vhl (Results 1 – 3 of 3) sorted by relevance
55 uint8_t ip_vhl; /* header length, version */ member56 #define IP_V(ip) (((ip)->ip_vhl & 0xf0) >> 4)57 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f)
530 ND_TCHECK(ipds->ip->ip_vhl); in ip_print()
709 - Enable "ip_hl vs. ip_vhl" workaround for OSF4 too.