Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dicmp6.c691 int maxhlen, hlen; in icmp6_input() local
733 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()