Home
last modified time | relevance | path

Searched refs:maxhlen (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dicmp6.c665 int maxhlen, hlen; in icmp6_input() local
707 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()