Home
last modified time | relevance | path

Searched refs:ICMP_UNREACH_SRCFAIL (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dip_icmp.h160 #define ICMP_UNREACH_SRCFAIL 5 /* src route failed */ macro
/f-stack/freebsd/netinet/
H A Dip_icmp.h160 #define ICMP_UNREACH_SRCFAIL 5 /* src route failed */ macro
H A Dip_options.c176 code = ICMP_UNREACH_SRCFAIL; in ip_dooptions()
217 code = ICMP_UNREACH_SRCFAIL; in ip_dooptions()
240 code = ICMP_UNREACH_SRCFAIL; in ip_dooptions()
H A Dip_icmp.c484 case ICMP_UNREACH_SRCFAIL: in icmp_input()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c935 case ICMP_UNREACH_SRCFAIL: in nat64_icmp_translate()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c870 case ICMP_UNREACH_SRCFAIL: in map_icmp_unreach()
/f-stack/tools/ipfw/
H A Dipfw2.c1102 { "srcfail", ICMP_UNREACH_SRCFAIL },