Searched refs:IP_HL_A (Results 1 – 4 of 4) sorted by relevance
197 IP_HL_A(ip, sizeof(*ip) >> 2);320 IP_HL_A(ip, IP_HL(ip) + (olen >> 2));
122 IP_HL_A(ip, sizeof(ip_t));
142 IP_HL_A(ip, sizeof(ip_t));
731 # define IP_HL_A(x,y) (x)->ip_vhl |= ((y) & 0xf) macro1784 #ifndef IP_HL_A1785 # define IP_HL_A(x,y) (x)->ip_hl = ((y) & 0xf) macro