Home
last modified time | relevance | path

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

/freebsd-12-stable/tools/regression/ethernet/ethermulti/
Dethermulti.c50 static int dorandom = 0; variable
126 if (dorandom) { in test_ether_multi()
232 dorandom = 1; /* introduce non-determinism */ in main()
/freebsd-12-stable/tools/regression/netinet/ipbroadcast/
Dipbroadcast.c127 int dorandom; in main() local
142 dorandom = 0; in main()
186 dorandom = 1; in main()
/freebsd-12-stable/tools/regression/netinet/ipsockopt/
Dipsockopt.c45 static int dorandom = 0; variable
668 if (dorandom) { in test_ip_multicast_membership()
906 dorandom = 1; /* introduce non-determinism */ in main()
/freebsd-12-stable/tools/regression/netinet/ipmulticast/
Dipmulticast.c93 static int dorandom = 0; variable
502 if (dorandom) { in main()
/freebsd-12-stable/sys/netinet/
Din_pcb.c608 int count, dorandom, error; in in_pcb_lport_dest() local
651 dorandom = 1; in in_pcb_lport_dest()
653 dorandom = 0; in in_pcb_lport_dest()
659 dorandom = 0; in in_pcb_lport_dest()
696 if (dorandom) in in_pcb_lport_dest()