Home
last modified time | relevance | path

Searched refs:unreachable (Results 1 – 25 of 71) sorted by relevance

123

/freebsd-10-stable/contrib/atf/atf-c/detail/
Dsanity_test.c51 enum type { inv, pre, post, unreachable }; enumerator
79 case unreachable: in do_test_child()
138 case unreachable: in do_test()
205 ATF_TC(unreachable);
206 ATF_TC_HEAD(unreachable, tc) in ATF_TC_HEAD() argument
210 ATF_TC_BODY(unreachable, tc) in ATF_TC_BODY() argument
214 do_test(unreachable, false); in ATF_TC_BODY()
215 do_test(unreachable, true); in ATF_TC_BODY()
227 ATF_TP_ADD_TC(tp, unreachable); in ATF_TP_ADD_TCS()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DAnalyzerStatsChecker.cpp72 unsigned total = 0, unreachable = 0; in checkEndAnalysis() local
80 ++unreachable; in checkEndAnalysis()
85 unreachable--; in checkEndAnalysis()
88 unreachable--; in checkEndAnalysis()
105 NumBlocksUnreachable += unreachable; in checkEndAnalysis()
110 << unreachable << " | Exhausted Block: " in checkEndAnalysis()
/freebsd-10-stable/contrib/traceroute/
Dtraceroute.c986 int unreachable = 0; in main() local
1076 ++unreachable; in main()
1081 ++unreachable; in main()
1091 ++unreachable; in main()
1096 ++unreachable; in main()
1101 ++unreachable; in main()
1106 ++unreachable; in main()
1111 ++unreachable; in main()
1116 ++unreachable; in main()
1121 ++unreachable; in main()
[all …]
/freebsd-10-stable/contrib/netbsd-tests/ipf/input/
Dni42 # ICMP dest unreachable with 64 bits in payload (in reply to a TCP packet
12 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
Dni32 # ICMP dest unreachable with 64 bits in payload (in reply to a TCP packet
14 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
Dni112 # ICMP dest unreachable with 64 bits in payload (in reply to a TCP packet
14 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
Df211 # ICMP dest unreachable with 64 bits in payload (in reply to a TCP packet
18 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
Dni122 # ICMP dest unreachable with 64 bits in payload (in reply to a TCP packet
14 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
Dni92 # ICMP dest unreachable with 64 bits in payload (in reply to a TCP packet
14 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
Dni812 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
20 # ICMP dest unreachable with 64 bits in payload (in reply to a TCP packet
Df221 # ICMP dest unreachable with 64 bits in payload (in reply to a TCP packet
18 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
Dni102 # ICMP dest unreachable with 64 bits in payload (in reply to a TCP packet
17 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r262261-llvm-r199061-sparc.diff29 + unreachable
36 + unreachable
39 + unreachable
Dpatch-r262415-llvm-r201994-sparc.diff43 + unreachable
/freebsd-10-stable/usr.sbin/traceroute6/
Dtraceroute6.c912 unsigned unreachable = 0; local
935 ++unreachable;
939 ++unreachable;
943 ++unreachable;
947 ++unreachable;
969 (unreachable > 0 && unreachable >= ((nprobes + 1) / 2))) {
/freebsd-10-stable/contrib/ipfilter/rules/
Dexample.710 # block all ICMP destination unreachable packets which are port-unreachables
/freebsd-10-stable/crypto/heimdal/lib/roken/
Dsocket_wrapper.c778 int unreachable, in swrap_packet_init() argument
808 if (unreachable) { in swrap_packet_init()
846 if (unreachable) { in swrap_packet_init()
940 int unreachable = 0; in swrap_dump_packet() local
1000 unreachable = 1; in swrap_dump_packet()
1137 unreachable = 1; in swrap_dump_packet()
1196 tcp_seq, tcp_ack, tcp_ctl, unreachable, in swrap_dump_packet()
/freebsd-10-stable/contrib/bsnmp/snmp_ntp/
DNTP-MIB.txt295 be demobilized if the peer becomes unreachable."
445 NTP message was sent. If the peer becomes unreachable the
455 from the peer arrived. If the peer becomes unreachable the
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DSanitizers.def74 SANITIZER("unreachable", Unreachable)
/freebsd-10-stable/share/examples/ipfilter/
Dipf.conf.restrictive45 # if nothing applies, block and return icmp-replies (unreachable and rst)
Dexamples.txt304 # block all ICMP destination unreachable packets which are port-unreachables
353 Those two examples are equivalent, and return an ICMP port unreachable error
/freebsd-10-stable/lib/libc/nls/
DC.msg109 51 Network is unreachable
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/
DMemory.inc79 // so mapping less than that will create an unreachable fragment of memory.
/freebsd-10-stable/contrib/gcc/
Dsched-rgn.c511 int num_bbs, num_insns, unreachable; in find_rgns() local
656 unreachable = 0; in find_rgns()
660 unreachable = 1; in find_rgns()
673 if (!unreachable) in find_rgns()
/freebsd-10-stable/contrib/llvm/lib/AsmParser/
DLLLexer.cpp677 INSTKEYWORD(unreachable, Unreachable); in LexIdentifier()

123