Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_icmp.h157 #define ICMP_UNREACH_PROTOCOL 2 /* bad protocol */ macro
/f-stack/freebsd/netinet/
H A Dip_icmp.h157 #define ICMP_UNREACH_PROTOCOL 2 /* bad protocol */ macro
H A Dip_icmp.c503 case ICMP_UNREACH_PROTOCOL: in icmp_input()
H A Draw_ip.c436 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PROTOCOL, 0, 0); in rip_input()
H A Dsctputil.c7246 code = ICMP_UNREACH_PROTOCOL; in sctp_recv_icmp_tunneled_packet()
H A Dsctp_usrreq.c189 } else if ((icmp_code == ICMP_UNREACH_PROTOCOL) || in sctp_notify()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c942 case ICMP_UNREACH_PROTOCOL: in nat64_icmp_translate()
1455 code = ICMP_UNREACH_PROTOCOL; in nat64_handle_icmp6()
/f-stack/tools/ipfw/
H A Dipfw2.c1099 { "protocol", ICMP_UNREACH_PROTOCOL },