Searched refs:dorandom (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/tools/regression/ethernet/ethermulti/
H A Dethermulti.c50 static int dorandom = 0; variable
126 if (dorandom) {
232 dorandom = 1; /* introduce non-determinism */
/freebsd-11-stable/tools/regression/netinet/ipbroadcast/
H A Dipbroadcast.c127 int dorandom; local
142 dorandom = 0;
186 dorandom = 1;
/freebsd-11-stable/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c45 static int dorandom = 0; variable
668 if (dorandom) {
906 dorandom = 1; /* introduce non-determinism */
/freebsd-11-stable/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c93 static int dorandom = 0; variable
502 if (dorandom) {
/freebsd-11-stable/sys/netinet/
H A Din_pcb.c384 int count, dorandom, error; local
424 dorandom = 1;
426 dorandom = 0;
432 dorandom = 0;
459 if (dorandom)

Completed in 148 milliseconds