Searched defs:iph (Results 1 – 1 of 1) sorted by relevance
63 #define IP_V(iph) ((iph)->ip_fvhl >> 4) argument64 #define IP_HL(iph) (((iph)->ip_fvhl & 0x0F) << 2) argument65 #define IP_V_SET(iph,x) ((iph)->ip_fvhl = ((iph)->ip_fvhl & 0x0F) | ((x) << 4)) argument66 #define IP_HL_SET(iph,x) ((iph)->ip_fvhl = \ argument