Searched refs:ip6len (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | icmp6.c | 457 int code, error, icmp6len, ip6len, noff, off, sum; in icmp6_input() local 518 ip6len = sizeof(struct ip6_hdr) + ntohs(ip6->ip6_plen); in icmp6_input() 776 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input() 796 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input() 816 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input() 836 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input() 856 error = send_sendso_input_hook(m, ifp, SND_IN, ip6len); in icmp6_input()
|
H A D | nd6.c | 2192 int ip6len; in nd6_output_ifp() local 2211 ip6len = sizeof(struct ip6_hdr) + ntohs(ip6->ip6_plen); in nd6_output_ifp() 2214 ip6len); in nd6_output_ifp()
|