HomeSort by: relevance | last modified time | path
    Searched refs:IPPROTO_ICMPV6 (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/sys/compat/common/
net_inet6_nd_90.c 108 CTL_NET, PF_INET6, IPPROTO_ICMPV6,
118 CTL_NET, PF_INET6, IPPROTO_ICMPV6,
  /src/sys/net/npf/
npf_alg_icmp.c 100 case IPPROTO_ICMPV6:
219 npc->npc_proto == IPPROTO_ICMPV6) {
292 case IPPROTO_ICMPV6: {
380 case IPPROTO_ICMPV6:
npf_inet.c 654 case IPPROTO_ICMPV6:
794 case IPPROTO_ICMPV6:
845 case IPPROTO_ICMPV6:
npf_connkey.c 267 case IPPROTO_ICMPV6:
  /src/sys/netinet6/
icmp6.c 407 if (off >= 0 && nxt == IPPROTO_ICMPV6) {
561 if ((sum = in6_cksum(m, IPPROTO_ICMPV6, off, icmp6len)) != 0) {
1968 if (in6p_ip6(inp).ip6_nxt != IPPROTO_ICMPV6)
2103 ip6->ip6_nxt = IPPROTO_ICMPV6;
2187 ip6->ip6_nxt = IPPROTO_ICMPV6;
2199 icmp6->icmp6_cksum = in6_cksum(m, IPPROTO_ICMPV6,
2569 ip6->ip6_nxt = IPPROTO_ICMPV6;
2715 in6_cksum(m, IPPROTO_ICMPV6, sizeof(*ip6), ntohs(ip6->ip6_plen));
2741 if (sopt->sopt_level != IPPROTO_ICMPV6)
2953 CTL_NET, PF_INET6, IPPROTO_ICMPV6, CTL_EOL)
    [all...]
raw_ip6.c 410 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6) {
471 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6 ||
478 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6)
509 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6) {
nd6_nbr.c 459 ip6->ip6_nxt = IPPROTO_ICMPV6;
580 in6_cksum(m, IPPROTO_ICMPV6, sizeof(*ip6), icmp6len);
957 ip6->ip6_nxt = IPPROTO_ICMPV6;
1037 in6_cksum(m, IPPROTO_ICMPV6, sizeof(struct ip6_hdr), icmp6len);
in6_proto.c 276 .pr_protocol = IPPROTO_ICMPV6,
mld6.c 596 mldh->mld_cksum = in6_cksum(mh, IPPROTO_ICMPV6, sizeof(struct ip6_hdr),
670 ip6->ip6_nxt = IPPROTO_ICMPV6;
  /src/usr.sbin/mld6query/
mld6.c 110 if ((sock = socket(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6)) < 0)
127 if (setsockopt(sock, IPPROTO_ICMPV6, ICMP6_FILTER, &filt,
  /src/usr.sbin/npf/npfctl/
npf_scan.l 163 ipv6-icmp { yylval.num = IPPROTO_ICMPV6; return ICMP6; }
164 \"ipv6-icmp\" { yylval.num = IPPROTO_ICMPV6; return ICMP6; }
npf_data.c 550 case IPPROTO_ICMPV6:
614 case IPPROTO_ICMPV6:
npf_parse.y 666 $$.op_proto = IPPROTO_ICMPV6;
  /src/sys/arch/xen/xen/
xennet_checksum.c 171 case IPPROTO_ICMPV6:
  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 1144 case IPPROTO_ICMPV6 :
1438 else if (p == IPPROTO_ICMPV6) {
1601 } else if (oip6->ip6_nxt == IPPROTO_ICMPV6)
1896 case IPPROTO_ICMPV6 :
1938 } else if (p == IPPROTO_ICMPV6) {
1956 } else if (p == IPPROTO_ICMPV6) {
2206 case IPPROTO_ICMPV6 :
2249 } else if (p == IPPROTO_ICMPV6) {
2268 } else if (p == IPPROTO_ICMPV6) {
2436 fi.fin_p = IPPROTO_ICMPV6;
    [all...]
ip_state.c 1182 rv = (is1->is_p == IPPROTO_ICMPV6) ? 2 : 1;
1280 case IPPROTO_ICMPV6 :
1460 if ((is->is_p == IPPROTO_ICMPV6) &&
1490 case IPPROTO_ICMPV6 :
2997 if ((fin->fin_p == IPPROTO_ICMPV6) &&
3024 case IPPROTO_ICMPV6 :
3271 || (fin->fin_fi.fi_p == IPPROTO_ICMPV6)
3287 case IPPROTO_ICMPV6 :
4336 } else if (ipsl.isl_p == IPPROTO_ICMPV6) {
4435 if (oip6->ip6_nxt == IPPROTO_ICMPV6) {
    [all...]
ip_compat.h 1212 #ifndef IPPROTO_ICMPV6
1213 # define IPPROTO_ICMPV6 58
ip_fil_netbsd.c 1061 ip6->ip6_nxt = IPPROTO_ICMPV6;
1068 icmp->icmp_cksum = in6_cksum(m, IPPROTO_ICMPV6,
  /src/sys/netinet/
in.h 98 #define IPPROTO_ICMPV6 58 /* ICMP6 */
  /src/usr.sbin/traceroute6/
traceroute6.c 373 if ((rcvsock = socket(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6)) < 0)
496 hints.ai_protocol = IPPROTO_ICMPV6;
1047 case IPPROTO_ICMPV6:
  /src/sbin/ping6/
ping6.c 482 hints.ai_protocol = IPPROTO_ICMPV6;
581 hints.ai_protocol = IPPROTO_ICMPV6;
614 ghints.ai_protocol = IPPROTO_ICMPV6;
738 if (prog_setsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &filt,
2370 case IPPROTO_ICMPV6:
  /src/usr.sbin/pf/pfs/
pfs.c 270 } else if (proto == IPPROTO_ICMP || proto == IPPROTO_ICMPV6) {
  /src/sys/dist/pf/net/
pf.c 1273 case IPPROTO_ICMPV6:
3129 case IPPROTO_ICMPV6:
3179 case IPPROTO_ICMPV6:
3233 case IPPROTO_ICMPV6:
3384 case IPPROTO_ICMPV6:
3419 case IPPROTO_ICMPV6:
3582 case IPPROTO_ICMPV6:
3643 case IPPROTO_ICMPV6:
3665 case IPPROTO_ICMPV6:
4367 case IPPROTO_ICMPV6
    [all...]
  /src/usr.sbin/rtadvd/
rtadvd.c 1516 if ((sock = prog_socket(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6)) == -1) {
1554 if (prog_setsockopt(sock, IPPROTO_ICMPV6, ICMP6_FILTER, &filt,
  /src/dist/pf/sbin/pfctl/
parse.y 2984 $$->proto = IPPROTO_ICMPV6;
3014 $$->proto = IPPROTO_ICMPV6;
4069 if (r->proto != IPPROTO_ICMP && r->proto != IPPROTO_ICMPV6 &&
4085 (r->proto == IPPROTO_ICMPV6 && r->af == AF_INET)) {

Completed in 43 milliseconds

1 2