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

/freebsd-9.3-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-9.3-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-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pip.h416 * @param reflect Reflect
420 static inline void cvmx_pip_config_crc(uint64_t interface, uint64_t invert_result, uint64_t reflect, uint32_t initialization_vector) argument
429 config.s.reflect = reflect;
H A Dcvmx-pip-defs.h761 uint64_t reflect : 1; /**< Reflect the bits in each byte. member in struct:cvmx_pip_crc_ctlx::cvmx_pip_crc_ctlx_s
766 uint64_t reflect : 1;
3388 * will reflect all error packets and packets dropped by the PKI RED engine.
3429 * will reflect all error packets and packets dropped by the PKI RED engine.
3471 * will reflect all error packets and packets dropped by the PKI RED engine.
/freebsd-9.3-release/crypto/openssl/crypto/
H A DMakefile84 @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
131 @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
/freebsd-9.3-release/sys/netinet/
H A Dip_icmp.c538 goto reflect;
556 goto reflect;
597 reflect:
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java33 import java.lang.reflect.*;
/freebsd-9.3-release/crypto/openssl/
H A DMakefile.org257 reflect:
H A DMakefile259 reflect:
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dexpn.pl1292 variable to reflect its current activity.
/freebsd-9.3-release/crypto/openssl/engines/
H A DMakefile130 $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; \
/freebsd-9.3-release/crypto/openssl/test/
H A DMakefile348 $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; \
/freebsd-9.3-release/crypto/openssl/apps/
H A DMakefile132 $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; \
/freebsd-9.3-release/crypto/openssl/ssl/
H A DMakefile94 $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; \

Completed in 119 milliseconds