Searched refs:reflect (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/tools/test/netfibs/
H A DMakefile3 PROG= reflect
H A Dreflector.sh184 print_debug "./reflect -p ${CTRLPORT} -T TCP6 " \
186 ./reflect -p ${CTRLPORT} -T TCP6 -t testtx_icmp6_connected ${_opts}
187 print_debug "reflect terminated without error."
200 print_debug "./reflect -p ${CTRLPORT} -T TCP6 " \
202 ./reflect -p ${CTRLPORT} -T TCP6 -t testtx_tcp6_connected ${_opts}
203 print_debug "reflect terminated without error."
216 print_debug "./reflect -p ${CTRLPORT} -T UDP6 " \
218 ./reflect -p ${CTRLPORT} -T UDP6 -t testtx_udp6_connected ${_opts}
219 print_debug "reflect terminated without error."
237 print_debug "./reflect
[all...]
H A Dforwarding.sh399 print_debug "./reflect -p $((port + 1 + fib)) -t ${_txt}" "${_opts}"
400 ./reflect -p $((port + 1 + fib)) -t ${_txt} ${_opts}
401 print_debug "reflect '${_txt}' terminated without error."
414 print_debug "./reflect -p $((CTRLPORT + 1000 + i))" \
416 ./reflect -p $((CTRLPORT + 1000 + i)) \
429 #killall reflect || true
730 # Start reflect for TCP and UDP.
897 # Start reflect for TCP and UDP.
1223 # Start reflect for TCP and UDP.
1444 # Start reflect fo
[all...]
/freebsd-10.0-release/usr.sbin/ipfwpcap/
H A Dipfwpcap.c61 static int reflect = 0; /* 1 == write packet back to socket. */ variable
127 " '-r' = reflect. write packets back to the divert socket.\n"
177 reflect++;
261 if (reflect) {
279 if (reflect == 1) continue;
286 if (reflect == 1) continue;
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-pip.h509 * @param reflect Reflect
513 static inline void cvmx_pip_config_crc(uint64_t interface, uint64_t invert_result, uint64_t reflect, uint32_t initialization_vector) argument
522 config.s.reflect = reflect;
H A Dcvmx-pip-defs.h1437 uint64_t reflect : 1; /**< Reflect the bits in each byte. member in struct:cvmx_pip_crc_ctlx::cvmx_pip_crc_ctlx_s
1442 uint64_t reflect : 1;
5371 * will reflect all error packets and packets dropped by the PKI RED engine.
5413 * will reflect all error packets and packets dropped by the PKI RED engine.
5441 * will reflect all error packets and packets dropped by the PKI RED engine.
5484 * will reflect all error packets and packets dropped by the PKI RED engine.
5513 * will reflect all error packets and packets dropped by the PKI RED engine.
5555 * will reflect all error packets and packets dropped by the PKI RED engine.
/freebsd-10.0-release/crypto/openssl/crypto/
H A DMakefile86 @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
134 @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
/freebsd-10.0-release/sys/netinet/
H A Dip_icmp.c540 goto reflect;
558 goto reflect;
599 reflect:
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java33 import java.lang.reflect.*;
/freebsd-10.0-release/crypto/openssl/
H A DMakefile.org267 reflect:
H A DMakefile269 reflect:
/freebsd-10.0-release/contrib/sendmail/contrib/
H A Dexpn.pl1292 variable to reflect its current activity.
/freebsd-10.0-release/crypto/openssl/engines/ccgost/
H A DMakefile71 $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; \
/freebsd-10.0-release/crypto/openssl/engines/
H A DMakefile151 $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; \
/freebsd-10.0-release/crypto/openssl/apps/
H A DMakefile132 $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; \
/freebsd-10.0-release/crypto/openssl/ssl/
H A DMakefile94 $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; \

Completed in 323 milliseconds