Searched refs:icmp6 (Results 1 - 25 of 35) sorted by relevance

12

/xnu-2782.1.97/bsd/man/man4/
H A DMakefile20 icmp6.4 \
/xnu-2782.1.97/bsd/netinet6/
H A Dicmp6.c29 /* $FreeBSD: src/sys/netinet6/icmp6.c,v 1.6.2.6 2001/07/10 09:44:16 ume Exp $ */
30 /* $KAME: icmp6.c,v 1.211 2001/04/04 05:56:20 itojun Exp $ */
121 #include <netinet/icmp6.h>
290 struct icmp6_hdr *icmp6; local
325 * - the Parameter Problem Message that can be allowed an icmp6 error
369 * informational) we must not send icmp6 error.
411 icmp6 = (struct icmp6_hdr *)(nip6 + 1);
412 icmp6->icmp6_type = type;
413 icmp6->icmp6_code = code;
414 icmp6
447 struct icmp6_hdr *icmp6, *nicmp6; local
916 struct icmp6_hdr *icmp6; local
1153 struct icmp6_hdr *icmp6 = ip6cp->ip6c_icmp6; local
2020 struct icmp6_hdr *icmp6; local
2136 struct icmp6_hdr *icmp6; local
3024 struct icmp6_hdr *icmp6; local
[all...]
H A Droute6.c74 #include <netinet/icmp6.h>
H A Ddest6.c51 #include <netinet/icmp6.h>
H A Dip6_fw.c113 #include <netinet/icmp6.h>
257 icmp6type_match(struct icmp6_hdr *icmp6, struct ip6_fw *f) argument
264 type = icmp6->icmp6_type;
278 const struct icmp6_hdr *icmp6; local
281 icmp6 = (struct icmp6_hdr *)((caddr_t)ip6 + off);
282 icmp6_type = icmp6->icmp6_type;
423 struct icmp6_hdr *const icmp6 = (struct icmp6_hdr *) ((caddr_t) ip6+ off); local
506 icmp6->icmp6_type, icmp6->icmp6_code);
H A Draw_ip6.c113 #include <netinet/icmp6.h>
306 /* if the parameter is from icmp6, decode it. */
395 struct icmp6_hdr *icmp6; local
401 icmp6 = mtod(m, struct icmp6_hdr *);
402 type = icmp6->icmp6_type;
403 code = icmp6->icmp6_code;
H A Din6_proto.c117 #include <netinet/icmp6.h>
459 /* icmp6 */
499 SYSCTL_NODE(_net_inet6, IPPROTO_ICMPV6, icmp6,
626 /* net.inet6.icmp6 */
H A Dah_output.c92 #include <netinet/icmp6.h>
H A Dip6_forward.c85 #include <netinet/icmp6.h>
466 * of the source address, discard the packet and return an icmp6
H A Dudp6_output.c129 #include <netinet/icmp6.h>
H A Desp_output.c92 #include <netinet/icmp6.h>
H A Din6_rmx.c123 #include <netinet/icmp6.h>
H A Dah_input.c99 #include <netinet/icmp6.h>
995 /* if the parameter is from icmp6, decode it. */
H A Desp_core.c85 #include <netinet/icmp6.h>
H A Dfrag6.c84 #include <netinet/icmp6.h>
H A Din6_ifattach.c80 #include <netinet/icmp6.h>
H A Dudp6_usrreq.c128 #include <netinet/icmp6.h>
602 /* if the parameter is from icmp6, decode it. */
H A Desp_input.c100 #include <netinet/icmp6.h>
1255 /* if the parameter is from icmp6, decode it. */
H A Dip6_input.c136 #include <netinet/icmp6.h>
H A Dnd6_prproxy.c105 #include <netinet/icmp6.h>
H A Dah_core.c90 #include <netinet/icmp6.h>
/xnu-2782.1.97/bsd/netinet/
H A DMakefile11 bootp.h icmp6.h if_ether.h icmp_var.h \
/xnu-2782.1.97/bsd/conf/
H A DMakefile.template118 icmp6.o \
H A Dfiles326 bsd/netinet6/icmp6.c optional inet6
/xnu-2782.1.97/bsd/net/
H A Dpf.c121 #include <netinet/icmp6.h>
4119 sxport.port = dxport.port = pd->hdr.icmp6->icmp6_id;
4120 hdrlen = sizeof (*pd->hdr.icmp6);
4121 icmptype = pd->hdr.icmp6->icmp6_type;
4122 icmpcode = pd->hdr.icmp6->icmp6_code;
4186 pf_change_a6(saddr, &pd->hdr.icmp6->icmp6_cksum,
4279 pf_change_a6(daddr, &pd->hdr.icmp6->icmp6_cksum,
5202 hdrlen = sizeof (*pd->hdr.icmp6);
5203 icmptype = pd->hdr.icmp6->icmp6_type;
5204 icmpcode = pd->hdr.icmp6
[all...]

Completed in 156 milliseconds

12