Searched refs:maxhlen (Results 1 – 1 of 1) sorted by relevance
664 int maxhlen, hlen; in icmp6_input() local693 maxhlen = M_TRAILINGSPACE(n) - in icmp6_input()698 if (maxhlen > hlen) in icmp6_input()699 maxhlen = hlen; in icmp6_input()710 bcopy(pr->pr_hostname, p + 4, maxhlen); in icmp6_input()714 sizeof(struct icmp6_hdr) + 4 + maxhlen; in icmp6_input()