Home
last modified time | relevance | path

Searched refs:IPPROTO_ICMPV6 (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/net/ipv6/
Dicmp.c84 IPPROTO_ICMPV6, /* protocol ID */
148 IPPROTO_ICMPV6, csum); in icmpv6_getfrag()
185 if (nexthdr == IPPROTO_ICMPV6) { in is_ineligible()
327 fl.proto = IPPROTO_ICMPV6; in icmpv6_send()
402 fl.proto = IPPROTO_ICMPV6; in icmpv6_echo_reply()
499 if (csum_ipv6_magic(saddr, daddr, skb->len, IPPROTO_ICMPV6, in icmpv6_rcv()
507 if (csum_ipv6_magic(saddr, daddr, skb->len, IPPROTO_ICMPV6, in icmpv6_rcv()
642 if ((err = ops->create(icmpv6_socket_cpu(i), IPPROTO_ICMPV6)) < 0) { in icmpv6_init()
Dndisc.c419 ip6_nd_hdr(sk, skb, dev, src_addr, daddr, IPPROTO_ICMPV6, len); in ndisc_send_na()
440 IPPROTO_ICMPV6, in ndisc_send_na()
485 ip6_nd_hdr(sk, skb, dev, saddr, daddr, IPPROTO_ICMPV6, len); in ndisc_send_ns()
502 IPPROTO_ICMPV6, in ndisc_send_ns()
538 ip6_nd_hdr(sk, skb, dev, saddr, daddr, IPPROTO_ICMPV6, len); in ndisc_send_rs()
553 IPPROTO_ICMPV6, in ndisc_send_rs()
1259 IPPROTO_ICMPV6, len); in ndisc_send_redirect()
1296 len, IPPROTO_ICMPV6, in ndisc_send_redirect()
1387 if((err = ops->create(ndisc_socket, IPPROTO_ICMPV6)) < 0) { in ndisc_init()
Draw.c168 if (nexthdr == IPPROTO_ICMPV6 && in ipv6_raw_deliver()
178 if (sk && nexthdr == IPPROTO_ICMPV6 && icmpv6_filter(sk, skb)) in ipv6_raw_deliver()
711 if (sk->num != IPPROTO_ICMPV6) in rawv6_setsockopt()
758 if (sk->num != IPPROTO_ICMPV6) in rawv6_getsockopt()
830 if (sk->num == IPPROTO_ICMPV6){ in rawv6_init_sk()
Dip6_fw.c175 if (proto == IPPROTO_ICMPV6) { in ip6_fw_accept_trans()
227 case IPPROTO_ICMPV6: in ip6_fw_accept()
Dmcast.c1244 u8 ra[8] = { IPPROTO_ICMPV6, 0, in mld_newpack()
1313 IPPROTO_ICMPV6, csum_partial(skb->h.raw, mldlen, 0)); in mld_sendpack()
1591 u8 ra[8] = { IPPROTO_ICMPV6, 0, in igmp6_send()
1632 IPPROTO_ICMPV6, in igmp6_send()
2235 if((err = ops->create(igmp6_socket, IPPROTO_ICMPV6)) < 0) { in igmp6_init()
/linux-2.4.37.9/include/linux/
Din6.h132 #define IPPROTO_ICMPV6 58 /* ICMPv6 */ macro
/linux-2.4.37.9/net/ipv6/netfilter/
Dip6t_LOG.c299 case IPPROTO_ICMPV6: { in dump_packet()
Dip6_tables.c1765 return ipv6->proto == IPPROTO_ICMPV6 in icmp6_checkentry()