Searched refs:maxhlen (Results 1 – 1 of 1) sorted by relevance
691 int maxhlen, hlen; in icmp6_input() local733 maxhlen = M_TRAILINGSPACE(n) - in icmp6_input()737 if (maxhlen > hlen) in icmp6_input()738 maxhlen = hlen; in icmp6_input()740 bcopy(pr->pr_hostname, p + 4, maxhlen); in icmp6_input()744 sizeof(struct icmp6_hdr) + 4 + maxhlen; in icmp6_input()