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

123

/freebsd-10.0-release/usr.bin/systat/
H A DMakefile13 SRCS+= icmp6.c ip6.c
H A Dicmp6.c49 #include <netinet/icmp6.h>
/freebsd-10.0-release/usr.sbin/rrenumd/
H A Dlexer.l49 #include <netinet/icmp6.h>
/freebsd-10.0-release/sys/netinet6/
H A Dicmp6.c29 * $KAME: icmp6.c,v 1.211 2001/04/04 05:56:20 itojun Exp $
98 #include <netinet/icmp6.h>
262 struct icmp6_hdr *icmp6; local
297 * - the Parameter Problem Message that can be allowed an icmp6 error
341 * informational) we must not send icmp6 error.
383 icmp6 = (struct icmp6_hdr *)(nip6 + 1);
384 icmp6->icmp6_type = type;
385 icmp6->icmp6_code = code;
386 icmp6->icmp6_pptr = htonl((u_int32_t)param);
418 struct icmp6_hdr *icmp6, *nicmp local
961 struct icmp6_hdr *icmp6; local
1192 struct icmp6_hdr *icmp6 = ip6cp->ip6c_icmp6; local
1981 struct icmp6_hdr *icmp6; local
2137 struct icmp6_hdr *icmp6; local
[all...]
H A Droute6.c52 #include <netinet/icmp6.h>
H A Dsend.c55 #include <netinet/icmp6.h>
117 struct icmp6_hdr *icmp6; local
144 icmp6 = (struct icmp6_hdr *)(ip6 + 1);
147 * Output the packet as icmp6.c:icpm6_input() would do.
151 switch (icmp6->icmp6_type) {
213 * or, with SeND ICMPv6 options removed, to be further processed by the icmp6
H A Ddest6.c56 #include <netinet/icmp6.h>
H A Draw_ip6.c94 #include <netinet/icmp6.h>
172 /* XXX Send icmp6 host/port unreach? */
367 * If the parameter is from icmp6, decode it.
457 struct icmp6_hdr *icmp6; local
463 icmp6 = mtod(m, struct icmp6_hdr *);
464 type = icmp6->icmp6_type;
465 code = icmp6->icmp6_code;
H A Din6_rmx.c88 #include <netinet/icmp6.h>
H A Dsctp6_usrreq.c153 /* XXX send icmp6 host/port unreach? */
204 sctp6_notify_mbuf(struct sctp_inpcb *inp, struct icmp6_hdr *icmp6, argument
210 (icmp6 == NULL) || (sh == NULL)) {
217 if (icmp6->icmp6_type != ICMP6_PACKET_TOO_BIG) {
227 nxtsz = ntohl(icmp6->icmp6_mtu);
384 /* if the parameter is from icmp6, decode it. */
H A Din6_proto.c101 #include <netinet/icmp6.h>
425 /* icmp6 */
451 SYSCTL_NODE(_net_inet6, IPPROTO_ICMPV6, icmp6, CTLFLAG_RW, 0, "ICMP6");
588 /* net.inet6.icmp6 */
595 "ICMPv6 statistics (struct icmp6stat, netinet/icmp6.h)");
H A Dip6_forward.c67 #include <netinet/icmp6.h>
381 * of the source address, discard the packet and return an icmp6
/freebsd-10.0-release/tools/regression/netinet6/icmp6_filter/
H A Dicmp6_filter.c40 #include <netinet/icmp6.h>
/freebsd-10.0-release/usr.sbin/rtadvd/
H A Dcontrol_client.c39 #include <netinet/icmp6.h>
/freebsd-10.0-release/usr.sbin/rtsold/
H A Drtsock.c45 #include <netinet/icmp6.h>
H A Ddump.c40 #include <netinet/icmp6.h>
H A Dprobe.c48 #include <netinet/icmp6.h>
H A Dif.c48 #include <netinet/icmp6.h>
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_log.c65 #include <netinet/icmp6.h>
434 struct icmp6_hdr *icmp6; local
499 icmp6 = (struct icmp6_hdr *)(((char *)ip) + hlen);
503 icmp6->icmp6_type, icmp6->icmp6_code);
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c1397 struct icmp6_hdr *icmp6, *orgicmp; local
1407 icmp6 = fin->fin_dp;
1408 type = icmp6->icmp6_type;
1598 struct icmp6_hdr *icmp6; local
1624 icmp6 = fin->fin_dp;
1625 oip6 = (ip6_t *)((u_char *)icmp6 + sizeof(*icmp6));
1833 ipf_fix_incksum(0, &icmp6->icmp6_cksum,
2618 struct icmp6_hdr *icmp6 = NULL; local
2632 icmp6
2820 struct icmp6_hdr *icmp6; local
3020 struct icmp6_hdr *icmp6; local
3221 struct icmp6_hdr *icmp6; local
[all...]
/freebsd-10.0-release/etc/
H A Dprotocols68 ipv6-icmp 58 IPV6-ICMP icmp6 # ICMP for IPv6
/freebsd-10.0-release/usr.sbin/tcpdump/tcpdump/
H A DMakefile151 print-icmp6.c \
/freebsd-10.0-release/usr.sbin/mld6query/
H A Dmld6.c49 #include <netinet/icmp6.h>
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf.c93 #include <netinet/icmp6.h>
3042 sport = dport = pd->hdr.icmp6->icmp6_id;
3043 hdrlen = sizeof(*pd->hdr.icmp6);
3044 icmptype = pd->hdr.icmp6->icmp6_type;
3045 icmpcode = pd->hdr.icmp6->icmp6_code;
3144 pf_change_a6(saddr, &pd->hdr.icmp6->icmp6_cksum,
3148 pf_change_a6(daddr, &pd->hdr.icmp6->icmp6_cksum,
4378 icmptype = pd->hdr.icmp6->icmp6_type;
4379 icmpid = pd->hdr.icmp6->icmp6_id;
4380 icmpsum = &pd->hdr.icmp6
[all...]
/freebsd-10.0-release/sbin/ipfw/
H A Dipv6.c41 #include <netinet/icmp6.h>

Completed in 283 milliseconds

123