Searched defs:IP_HL (Results 1 – 2 of 2) sorted by relevance
53 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f) macro
64 #define IP_HL(iph) (((iph)->ip_fvhl & 0x0F) << 2) macro