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