Home
last modified time | relevance | path

Searched refs:icmp6_code (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/net/ipv6/
Dicmp.c347 msg.icmph.icmp6_code = code; in icmpv6_send()
391 msg.icmph.icmp6_code = 0; in icmpv6_echo_reply()
572 icmpv6_notify(skb, type, hdr->icmp6_code, hdr->icmp6_mtu); in icmpv6_rcv()
614 icmpv6_notify(skb, type, hdr->icmp6_code, hdr->icmp6_mtu); in icmpv6_rcv()
Dndisc.c424 msg->icmph.icmp6_code = 0; in ndisc_send_na()
489 msg->icmph.icmp6_code = 0; in ndisc_send_ns()
542 hdr->icmp6_code = 0; in ndisc_send_rs()
1325 if (msg->icmph.icmp6_code != 0) { in ndisc_rcv()
Ddatagram.c52 serr->ee.ee_code = icmph->icmp6_code; in ipv6_icmp_error()
/linux-2.4.37.9/include/linux/
Dicmpv6.h9 __u8 icmp6_code; member
/linux-2.4.37.9/net/ipv6/netfilter/
Dip6t_LOG.c316 printk("TYPE=%u CODE=%u ", icmp6h->icmp6_type, icmp6h->icmp6_code); in dump_packet()
Dip6_tables.c1750 icmp->icmp6_type, icmp->icmp6_code, in icmp6_match()