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

12

/darwin-on-arm/xnu/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>
279 struct icmp6_hdr *icmp6; local
314 * - the Parameter Problem Message that can be allowed an icmp6 error
358 * informational) we must not send icmp6 error.
400 icmp6 = (struct icmp6_hdr *)(nip6 + 1);
401 icmp6->icmp6_type = type;
402 icmp6->icmp6_code = code;
403 icmp6
436 struct icmp6_hdr *icmp6, *nicmp6; local
952 struct icmp6_hdr *icmp6; local
1189 struct icmp6_hdr *icmp6 = ip6cp->ip6c_icmp6; local
2062 struct icmp6_hdr *icmp6; local
2172 struct icmp6_hdr *icmp6; local
3080 struct icmp6_hdr *icmp6; local
[all...]
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 Droute6.c77 #include <netinet/icmp6.h>
H A Draw_ip6.c114 #include <netinet/icmp6.h>
310 /* if the parameter is from icmp6, decode it. */
383 struct icmp6_hdr *icmp6; local
389 icmp6 = mtod(m, struct icmp6_hdr *);
390 type = icmp6->icmp6_type;
391 code = icmp6->icmp6_code;
H A Din6_proto.c119 #include <netinet/icmp6.h>
424 /* icmp6 */
462 SYSCTL_NODE(_net_inet6, IPPROTO_ICMPV6, icmp6, CTLFLAG_RW|CTLFLAG_LOCKED, 0, "ICMP6");
582 /* net.inet6.icmp6 */
H A Dudp6_output.c129 #include <netinet/icmp6.h>
H A Dah_output.c92 #include <netinet/icmp6.h>
H A Din6_rmx.c126 #include <netinet/icmp6.h>
H A Dip6_forward.c85 #include <netinet/icmp6.h>
451 * of the source address, discard the packet and return an icmp6
H A Desp_output.c92 #include <netinet/icmp6.h>
H A Dfrag6.c84 #include <netinet/icmp6.h>
H A Dudp6_usrreq.c127 #include <netinet/icmp6.h>
603 /* if the parameter is from icmp6, decode it. */
H A Dah_input.c98 #include <netinet/icmp6.h>
1045 /* if the parameter is from icmp6, decode it. */
H A Desp_core.c85 #include <netinet/icmp6.h>
H A Din6_ifattach.c82 #include <netinet/icmp6.h>
H A Desp_input.c99 #include <netinet/icmp6.h>
1207 /* if the parameter is from icmp6, decode it. */
H A Dip6_mroute.c109 #include <netinet/icmp6.h>
H A Dnd6_prproxy.c105 #include <netinet/icmp6.h>
H A Dah_core.c90 #include <netinet/icmp6.h>
H A Dip6_input.c135 #include <netinet/icmp6.h>
/darwin-on-arm/xnu/bsd/man/man4/
H A DMakefile20 icmp6.4 \
/darwin-on-arm/xnu/bsd/netinet/
H A DMakefile19 bootp.h icmp6.h if_ether.h icmp_var.h \
/darwin-on-arm/xnu/bsd/conf/
H A DMakefile.template89 icmp6.o \
243 icmp6.o \
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c119 #include <netinet/icmp6.h>
4074 sxport.port = dxport.port = pd->hdr.icmp6->icmp6_id;
4075 hdrlen = sizeof (*pd->hdr.icmp6);
4076 icmptype = pd->hdr.icmp6->icmp6_type;
4077 icmpcode = pd->hdr.icmp6->icmp6_code;
4141 pf_change_a6(saddr, &pd->hdr.icmp6->icmp6_cksum,
4234 pf_change_a6(daddr, &pd->hdr.icmp6->icmp6_cksum,
5151 hdrlen = sizeof (*pd->hdr.icmp6);
5152 icmptype = pd->hdr.icmp6->icmp6_type;
5153 icmpcode = pd->hdr.icmp6
[all...]

Completed in 82 milliseconds

12