Searched refs:ip_vhl (Results 1 – 4 of 4) sorted by relevance
53 nd_uint8_t ip_vhl; /* header length, version */ member54 #define IP_V(ip) (((ip)->ip_vhl & 0xf0) >> 4)55 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f)
547 ND_TCHECK(ipds->ip->ip_vhl); in ip_print()
887 ND_TCHECK(ip->ip_vhl); in pimv2_print()
1019 - Enable "ip_hl vs. ip_vhl" workaround for OSF4 too.