Searched refs:ip_fvhl (Results 1 – 1 of 1) sorted by relevance
49 u_int8_t ip_fvhl; /* header length, version */ member63 #define IP_V(iph) ((iph)->ip_fvhl >> 4)64 #define IP_HL(iph) (((iph)->ip_fvhl & 0x0F) << 2)65 #define IP_V_SET(iph,x) ((iph)->ip_fvhl = ((iph)->ip_fvhl & 0x0F) | ((x) << 4))66 #define IP_HL_SET(iph,x) ((iph)->ip_fvhl = \67 ((iph)->ip_fvhl & 0xF0) | (((x) >> 2) & 0x0F))