Home
last modified time | relevance | path

Searched refs:ICMP_UNREACH_NET_UNKNOWN (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
HDprint-icmp.c114 #define ICMP_UNREACH_NET_UNKNOWN 6 /* unknown net */ macro
153 #ifndef ICMP_UNREACH_NET_UNKNOWN
154 #define ICMP_UNREACH_NET_UNKNOWN 6 /* destination net unknown */ macro
428 case ICMP_UNREACH_NET_UNKNOWN: in icmp_print()
/freebsd-13-stable/sys/netinet/
HDip_icmp.h160 #define ICMP_UNREACH_NET_UNKNOWN 6 /* unknown net */ macro
HDip_icmp.c494 case ICMP_UNREACH_NET_UNKNOWN: in icmp_input()
HDsctp_usrreq.c186 (icmp_code == ICMP_UNREACH_NET_UNKNOWN) || in sctp_notify()
/freebsd-13-stable/contrib/traceroute/
HDtraceroute.c1183 case ICMP_UNREACH_NET_UNKNOWN: in main()
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
HDnat64_translate.c930 case ICMP_UNREACH_NET_UNKNOWN: in nat64_icmp_translate()
/freebsd-13-stable/sbin/ipf/ipmon/
HDipmon.c166 { ICMP_UNREACH_NET_UNKNOWN, "net_unknown" },
/freebsd-13-stable/sbin/pfctl/
HDpfctl_parser.c146 { "net-unk", ICMP_UNREACH, ICMP_UNREACH_NET_UNKNOWN },
/freebsd-13-stable/sbin/ipf/common/
HDipf_y.y1556 | IPFY_ICMPC_NETUNK { $$ = ICMP_UNREACH_NET_UNKNOWN; }
/freebsd-13-stable/sys/netpfil/ipfw/
HDip_fw2.c867 case ICMP_UNREACH_NET_UNKNOWN: in map_icmp_unreach()
/freebsd-13-stable/sbin/ipfw/
HDipfw2.c1110 { "net-unknown", ICMP_UNREACH_NET_UNKNOWN },