/freebsd/tools/test/netfibs/ |
H A D | reflector.sh | 183 print_debug "./reflect -p ${CTRLPORT} -T TCP6 " \ 185 ./reflect -p ${CTRLPORT} -T TCP6 -t testtx_icmp6_connected ${_opts} 186 print_debug "reflect terminated without error." 199 print_debug "./reflect -p ${CTRLPORT} -T TCP6 " \ 201 ./reflect -p ${CTRLPORT} -T TCP6 -t testtx_tcp6_connected ${_opts} 202 print_debug "reflect terminated without error." 215 print_debug "./reflect -p ${CTRLPORT} -T UDP6 " \ 217 ./reflect -p ${CTRLPORT} -T UDP6 -t testtx_udp6_connected ${_opts} 218 print_debug "reflect terminated without error." 236 print_debug "./reflect -p ${CTRLPORT} -T TCP6 " \ [all …]
|
H A D | README | 6 reflect.c 8 Makefile just builds reflect, a program to echo data on a TCP or UDP 26 reflector needs the reflect binary. Apart from that the scripts
|
H A D | Makefile | 1 PROG= reflect
|
H A D | forwarding.sh | 398 print_debug "./reflect -p $((port + 1 + fib)) -t ${_txt}" "${_opts}" 399 ./reflect -p $((port + 1 + fib)) -t ${_txt} ${_opts} 400 print_debug "reflect '${_txt}' terminated without error." 413 print_debug "./reflect -p $((CTRLPORT + 1000 + i))" \ 415 ./reflect -p $((CTRLPORT + 1000 + i)) \ 428 #killall reflect || true 729 # Start reflect for TCP and UDP. 896 # Start reflect for TCP and UDP. 1222 # Start reflect for TCP and UDP. 1443 # Start reflect for TCP and UDP.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVVMReflect.cpp | 9 // This pass replaces occurrences of __nvvm_reflect("foo") and llvm.nvvm.reflect 50 #define DEBUG_TYPE "nvptx-reflect" 73 NVVMReflectEnabled("nvvm-reflect-enable", cl::init(true), cl::Hidden, 77 INITIALIZE_PASS(NVVMReflect, "nvvm-reflect", 97 // llvm.nvvm.reflect should be a CallInst with a ConstantArray argument. in runNVVMReflect() 109 // %reflect = tail call i32 @__nvvm_reflect(i8* %ptr) in runNVVMReflect() 116 // %reflect = call i32 @__nvvm_reflect(i8* addrspacecast in runNVVMReflect() 170 // Try to pull __CUDA_FTZ from the nvvm-reflect-ftz module flag. Our in runNVVMReflect() 174 F.getParent()->getModuleFlag("nvvm-reflect-ftz"))) in runNVVMReflect()
|
/freebsd/usr.sbin/ipfwpcap/ |
H A D | ipfwpcap.c | 61 static int reflect = 0; /* 1 == write packet back to socket. */ variable 127 " '-r' = reflect. write packets back to the divert socket.\n" in usage() 177 reflect++; in main() 261 if (reflect) { in main() 279 if (reflect == 1) continue; in main() 286 if (reflect == 1) continue; in main()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | README.txt | 14 created. Also, further subdirectories could be created to reflect versions of 16 subdirectories to reflect the three major versions of SUS.
|
/freebsd/tools/tools/ether_reflect/ |
H A D | ether_reflect.1 | 30 .Nd "reflect ethernet packets" 87 Reflect all test packets, those with an ether type of 0x8822, which
|
/freebsd/share/man/man9/ |
H A D | efirt.9 | 170 is updated to reflect the size needed to complete the request. 217 is updated to reflect the size needed to complete the request.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | done_abilist.txt | 406 fun:reflect.MakeFuncStubGo=uninstrumented 407 fun:reflect.MakeFuncStubGo=discard 408 fun:reflect.makeFuncStub=uninstrumented 409 fun:reflect.makeFuncStub=discard
|
/freebsd/contrib/ofed/opensm/complib/ |
H A D | cl_list.c | 152 * Update the count of the destination to reflect the source items having in cl_qlist_insert_list_head() 157 /* Update source list to reflect being empty. */ in cl_qlist_insert_list_head() 204 * Update the count of the destination to reflect the source items having in cl_qlist_insert_list_tail() 209 /* Update source list to reflect being empty. */ in cl_qlist_insert_list_tail()
|
/freebsd/crypto/openssl/ |
H A D | FREEBSD-upgrade | 85 13) Update the appropriate makefiles to reflect changes in the vendor's 92 Version.map to reflect these changes.
|
/freebsd/contrib/elftoolchain/ar/ |
H A D | ar.1 | 200 The archive's symbol table, if present, is updated to reflect 263 If the archive has a symbol table, it is updated to reflect the 310 The archive symbol table, if it exists, is updated to reflect the
|
/freebsd/usr.bin/ar/ |
H A D | ar.1 | 199 The archive's symbol table, if present, is updated to reflect 247 If the archive has a symbol table, it is updated to reflect the 294 The archive symbol table, if it exists, is updated to reflect the
|
/freebsd/lib/libc/gen/ |
H A D | timespec_getres.3 | 29 to reflect the resolution of that time base.
|
/freebsd/share/man/man4/ |
H A D | openfirm.4 | 133 is expected to reflect the buffer size. 136 is updated to reflect the buffer contents.
|
/freebsd/contrib/libpcap/ |
H A D | pcap-tstamp.manmisc.in | 73 necessarily accurately reflect the time differences between the receipt 197 when capturing packets, this does not reflect the actual precision of
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | ppc_arch.h | 17 * to reflect OpenSSL performance preferences than actual processor
|
/freebsd/crypto/krb5/doc/html/_sources/formats/ |
H A D | freshness_token.rst.txt | 5 should reflect within signed PKINIT data to prove recent access to the
|
/freebsd/crypto/krb5/doc/formats/ |
H A D | freshness_token.rst | 5 should reflect within signed PKINIT data to prove recent access to the
|
/freebsd/sys/contrib/openzfs/ |
H A D | NOTICE | 14 opinions of authors expressed herein do not necessarily state or reflect those
|
/freebsd/usr.sbin/nmtree/tests/ |
H A D | Makefile | 11 # sha256; we need to mangle the specfiles to reflect this.
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | PtrState.h | 176 /// state appropriately to reflect that the matching occurred if it is 197 /// release. Modifies state appropriately to reflect that the matching
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sa8155p.dtsi | 7 * though the cmd-db doesn't reflect that and access attemps result in a bite.
|
/freebsd/share/man/man5/ |
H A D | regdomain.5 | 38 This file should be changed only to reflect changes in regulations.
|