Searched refs:ICMPV6_DEST_UNREACH (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/net/ipv6/ |
D | icmp.c | 369 if (type >= ICMPV6_DEST_UNREACH && type <= ICMPV6_PARAMPROB) in icmpv6_send() 538 if (type >= ICMPV6_DEST_UNREACH && type <= ICMPV6_PARAMPROB) in icmpv6_rcv() 539 (&icmpv6_statistics[smp_processor_id()*2].Icmp6InDestUnreachs)[type-ICMPV6_DEST_UNREACH]++; in icmpv6_rcv() 569 case ICMPV6_DEST_UNREACH: in icmpv6_rcv() 702 case ICMPV6_DEST_UNREACH: in icmpv6_err_convert()
|
D | ip6_fw.c | 266 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADM_PROHIBITED, 0, in ip6_fw_reject()
|
D | sit.c | 333 rel_type = ICMPV6_DEST_UNREACH; in ipip6_err() 365 rel_type = ICMPV6_DEST_UNREACH; in ipip6_err()
|
D | route.c | 634 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0, skb->dev); in ip6_link_failure() 1263 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_NOROUTE, 0, skb->dev); in ip6_pkt_discard()
|
D | udp.c | 688 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0, dev); in udpv6_rcv()
|
/linux-2.4.37.9/include/linux/ |
D | icmpv6.h | 76 #define ICMPV6_DEST_UNREACH 1 macro
|
/linux-2.4.37.9/net/ipv6/netfilter/ |
D | ip6t_LOG.c | 335 case ICMPV6_DEST_UNREACH: in dump_packet()
|