Searched refs:maxhlen (Results 1 – 1 of 1) sorted by relevance
665 int maxhlen, hlen; in icmp6_input() local707 maxhlen = M_TRAILINGSPACE(n) - in icmp6_input()711 if (maxhlen > hlen) in icmp6_input()712 maxhlen = hlen; in icmp6_input()714 bcopy(pr->pr_hostname, p + 4, maxhlen); in icmp6_input()718 sizeof(struct icmp6_hdr) + 4 + maxhlen; in icmp6_input()