HomeSort by: relevance | last modified time | path
    Searched defs:icmp6 (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/netinet6/
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.
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...]
  /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/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...]
ip_nat.c 5773 struct icmp6_hdr *icmp6 = (struct icmp6_hdr *)fin->fin_dp; local in function:ipf_nat_proto
5775 icmp6 = fin->fin_dp;
5778 if (icmp6->icmp6_cksum != 0)
5779 csump = &icmp6->icmp6_cksum;
fil.c 99 # include <netinet/icmp6.h>
908 struct icmp6_hdr *icmp6; local in function:ipf_pr_icmp6
920 icmp6 = fin->fin_dp;
922 fin->fin_data[0] = *(u_short *)icmp6;
924 if ((icmp6->icmp6_type & ICMP6_INFOMSG_MASK) != 0)
927 switch (icmp6->icmp6_type)
932 fin->fin_data[1] = icmp6->icmp6_id;
958 icmp6 = fin->fin_dp;
959 ip6 = (ip6_t *)((char *)icmp6 + ICMPERR_ICMPHLEN);
  /src/sys/net/npf/
npf.h 107 #include <netinet/icmp6.h>
192 struct icmp6_hdr * icmp6; member in union:__anonb49106fe0208::__anonb49106fe040a
  /src/sys/dist/pf/net/
pfvar.h 1089 struct icmp6_hdr *icmp6; member in union:pf_pdesc::__anon30a5ecce1c0a

Completed in 75 milliseconds