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