Searched refs:newhl (Results 1 – 1 of 1) sorted by relevance
885 int newhl, inc; in set_ipv4hl() local887 newhl = strtol(*arg, NULL, 0); in set_ipv4hl()888 inc = (newhl - ip->ip_hl) << 2; in set_ipv4hl()890 ip->ip_hl = newhl; in set_ipv4hl()