Home
last modified time | relevance | path

Searched refs:ICMPV6_PORT_UNREACH (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dicmpv6.h108 #define ICMPV6_PORT_UNREACH 4 macro
/linux-2.4.37.9/net/ipv6/
Dicmp.c704 if (code <= ICMPV6_PORT_UNREACH) { in icmpv6_err_convert()
Dudp.c688 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0, dev); in udpv6_rcv()