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

  /src/external/bsd/dhcpcd/dist/src/
privsep-inet.c 33 #include <netinet/icmp6.h>
243 struct icmp6_hdr icmp6; local
246 if (msg->msg_iovlen == 0 || iov->iov_len < sizeof(icmp6)) {
251 memcpy(&icmp6, iov->iov_base, sizeof(icmp6));
252 switch(icmp6.icmp6_type) {
  /src/sys/kern/
uipc_mbufdebug.c 45 #include <netinet/icmp6.h>
213 return("ICMP6");
737 struct icmp6_hdr icmp6; local
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/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
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
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
961 struct icmp6_hdr *icmp6; local
1125 struct icmp6_hdr *icmp6 = ip6cp->ip6c_icmp6; local
1946 struct icmp6_hdr *icmp6; local
2054 struct icmp6_hdr *icmp6; local
    [all...]
  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 1561 struct icmp6_hdr *icmp6; local
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
2579 icmp6 = NULL;
2600 icmp6 = fin->fin_dp;
2607 if (icmp6->icmp6_type > ICMP6_ECHO_REPLY)
2765 struct icmp6_hdr *icmp6; local
2963 struct icmp6_hdr *icmp6; local
3166 struct icmp6_hdr *icmp6; local
    [all...]
ip_nat.c 5774 struct icmp6_hdr *icmp6 = (struct icmp6_hdr *)fin->fin_dp; local
5776 icmp6 = fin->fin_dp;
5779 if (icmp6->icmp6_cksum != 0)
5780 csump = &icmp6->icmp6_cksum;
fil.c 99 # include <netinet/icmp6.h>
908 struct icmp6_hdr *icmp6; local
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/external/bsd/ipf/dist/
ip_nat6.c 1399 struct icmp6_hdr *icmp6, *orgicmp; local
1409 icmp6 = fin->fin_dp;
1410 type = icmp6->icmp6_type;
1600 struct icmp6_hdr *icmp6; local
1626 icmp6 = fin->fin_dp;
1627 oip6 = (ip6_t *)((u_char *)icmp6 + sizeof(*icmp6));
1835 ipf_fix_incksum(0, &icmp6->icmp6_cksum,
2620 struct icmp6_hdr *icmp6 = NULL; local
2634 icmp6 = NULL
2822 struct icmp6_hdr *icmp6; local
3022 struct icmp6_hdr *icmp6; local
3223 struct icmp6_hdr *icmp6; local
    [all...]
  /src/sys/net/npf/
npf.h 107 #include <netinet/icmp6.h>
192 struct icmp6_hdr * icmp6; member in union:__anon7047::__anon7049
  /src/sys/dist/pf/net/
pfvar.h 1089 struct icmp6_hdr *icmp6; member in union:pf_pdesc::__anon3974

Completed in 51 milliseconds