/src/usr.sbin/pf/etc/defaults/ |
pf.boot.conf | 27 pass out inet6 proto ipv6-icmp all icmp6-type neighbrsol 28 pass in inet6 proto ipv6-icmp all icmp6-type neighbradv 29 pass out inet6 proto ipv6-icmp all icmp6-type routersol 30 pass in inet6 proto ipv6-icmp all icmp6-type routeradv
|
/src/sys/netinet6/ |
route6.c | 48 #include <netinet/icmp6.h>
|
icmp6.c | 1 /* $NetBSD: icmp6.c,v 1.258 2024/07/05 04:31:54 rin Exp $ */ 2 /* $KAME: icmp6.c,v 1.217 2001/06/20 15:03:29 jinmei Exp $ */ 65 __KERNEL_RCSID(0, "$NetBSD: icmp6.c,v 1.258 2024/07/05 04:31:54 rin Exp $"); 99 #include <netinet/icmp6.h> 228 icmp6_wqinput = wqinput_create("icmp6", _icmp6_input); 355 struct icmp6_hdr *icmp6; local in function:icmp6_error 382 * - the Parameter Problem Message that can be allowed an icmp6 error 421 * informational) we must not send icmp6 error. 441 * OK, ICMP6 can be generated. 463 icmp6 = (struct icmp6_hdr *)(nip6 + 1) 499 struct icmp6_hdr *icmp6, *nicmp6; local in function:_icmp6_input 961 struct icmp6_hdr *icmp6; local in function:icmp6_notify_error 1125 struct icmp6_hdr *icmp6 = ip6cp->ip6c_icmp6; local in function:icmp6_mtudisc_update 1946 struct icmp6_hdr *icmp6; local in function:icmp6_rip6_input 2054 struct icmp6_hdr *icmp6; local in function:icmp6_reflect [all...] |
dest6.c | 50 #include <netinet/icmp6.h>
|
nd6_rtr.c | 49 #include <netinet/icmp6.h>
|
raw_ip6.c | 93 #include <netinet/icmp6.h> 178 /* send icmp6 host unreach? */ 292 /* if the parameter is from icmp6, decode it. */ 411 struct icmp6_hdr *icmp6; local in function:rip6_output 417 icmp6 = mtod(m, struct icmp6_hdr *); 418 type = icmp6->icmp6_type; 419 code = icmp6->icmp6_code; 433 * Next header might not be ICMP6 but use its pseudo header anyway.
|
sctp6_usrreq.c | 80 #include <netinet/icmp6.h> 314 struct icmp6_hdr *icmp6, 322 (icmp6 == NULL) || (sh == NULL)) { 330 if (icmp6->icmp6_type != ICMP6_PACKET_TOO_BIG) { 340 nxtsz = ntohl(icmp6->icmp6_mtu); 422 /* if the parameter is from icmp6, decode it. */
|
ip6_forward.c | 61 #include <netinet/icmp6.h> 166 * we need to generate an ICMP6 message to the src. 232 * of the source address, discard the packet and return an icmp6
|
in6_proto.c | 94 #include <netinet/icmp6.h> 136 * TCP/IP protocol family: IP6, ICMP6, UDP, TCP. 559 /* icmp6 */
|
frag6.c | 57 #include <netinet/icmp6.h>
|
/src/sys/compat/common/ |
net_inet6_nd_90.c | 53 #include <netinet/icmp6.h> 68 * sysctl helper routine for the net.inet6.icmp6.nd6 nodes. silly?
|
/src/sys/netinet/ |
Makefile | 5 INCS= dccp.h icmp6.h icmp_var.h if_ether.h if_inarp.h igmp.h \
|
tcp_vtw.h | 145 #include <netinet/icmp6.h>
|
tcp_sack.c | 143 #include <netinet/icmp6.h>
|
/src/sys/kern/ |
uipc_mbufdebug.c | 45 #include <netinet/icmp6.h> 213 return("ICMP6"); 737 struct icmp6_hdr icmp6; local in function:m_examine_icmp6 740 if (pktlen < sizeof(icmp6)) { 742 pktlen, sizeof(icmp6)); 746 if (m_peek_data(m, off, sizeof(icmp6), (void *)(&icmp6)) < 0) { 750 off += sizeof(icmp6); 752 (*pr)("ICMP6: Type = %u(", icmp6.icmp6_type) [all...] |
/src/sys/net/npf/ |
npf_alg_icmp.c | 47 #include <netinet/icmp6.h> 220 const struct icmp6_hdr *ic6 = npc->npc_l4.icmp6; 293 const struct icmp6_hdr *ic6 = enpc.npc_l4.icmp6;
|
npf.h | 107 #include <netinet/icmp6.h> 192 struct icmp6_hdr * icmp6; member in union:__anonb49106fe0208::__anonb49106fe040a
|
npf_sendpkt.c | 48 #include <netinet/icmp6.h>
|
npf_connkey.c | 269 const struct icmp6_hdr *ic6 = npc->npc_l4.icmp6;
|
/src/tests/net/icmp/ |
t_icmp6_redirect.sh | 52 atf_set "descr" "Test for the basically function of the ICMP6 redirect" 121 net.inet6.icmp6.redirtimeout=$REDIRECT_TIMEOUT
|
/src/sys/external/bsd/ipf/netinet/ |
ip_nat6.c | 1561 struct icmp6_hdr *icmp6; local in function:ipf_nat6_icmperror 1587 icmp6 = fin->fin_dp; 1588 oip6 = (ip6_t *)((u_char *)icmp6 + sizeof(*icmp6)); 1796 ipf_fix_incksum(0, &icmp6->icmp6_cksum, 2563 struct icmp6_hdr *icmp6 = NULL; local in function:ipf_nat6_checkout 2579 icmp6 = NULL; 2600 icmp6 = fin->fin_dp; 2607 if (icmp6->icmp6_type > ICMP6_ECHO_REPLY) 2765 struct icmp6_hdr *icmp6; local in function:ipf_nat6_out 2963 struct icmp6_hdr *icmp6; local in function:ipf_nat6_checkin 3166 struct icmp6_hdr *icmp6; local in function:ipf_nat6_in [all...] |
/src/usr.sbin/mld6query/ |
mld6.c | 48 #include <netinet/icmp6.h>
|
/src/usr.sbin/rtadvd/ |
if.c | 50 #include <netinet/icmp6.h>
|
/src/sys/dist/pf/net/ |
pf.c | 112 #include <netinet/icmp6.h> 3132 sport = dport = pd->hdr.icmp6->icmp6_id; 3133 hdrlen = sizeof(*pd->hdr.icmp6); 3134 icmptype = pd->hdr.icmp6->icmp6_type; 3135 icmpcode = pd->hdr.icmp6->icmp6_code; 3180 pf_change_a6(saddr, &pd->hdr.icmp6->icmp6_cksum, 3234 pf_change_a6(daddr, &pd->hdr.icmp6->icmp6_cksum, 4368 icmptype = pd->hdr.icmp6->icmp6_type; 4369 icmpid = pd->hdr.icmp6->icmp6_id; 4370 icmpsum = &pd->hdr.icmp6->icmp6_cksum [all...] |
/src/tests/net/net/ |
t_ipv6address.sh | 265 -x "shmif_dumpbus -p - ${BUSSRC} | tcpdump -r - -n -p icmp6" 267 -x "shmif_dumpbus -p - ${BUS1} | tcpdump -r - -n -p icmp6" 275 -x "shmif_dumpbus -p - ${BUS1} | tcpdump -r - -n -p icmp6" 276 $DEBUG && shmif_dumpbus -p - ${BUS1} | tcpdump -r - -n -p icmp6 321 -x "shmif_dumpbus -p - ${BUS2} | tcpdump -r - -n -p icmp6" 327 -x "shmif_dumpbus -p - ${BUS2} | tcpdump -r - -n -p icmp6"
|