Lines Matching defs:random
59 #include "util/random.h"
76 /** number of times to retry making a random ID that is unique. */
204 * Pick random outgoing-interface of that family, and bind it.
1995 * @param rnd: random state (for address randomisation).
2027 /** Select random ID */
2095 /** Select random interface and port */
2348 /** find spare ID value for reuse tcp stream. That is random and also does
2365 /* try to find random empty spots by picking them */
2373 /* equally pick a random unused element from the tree that is
2801 long int random = 0;
2810 /* get a random bit */
2812 random = ub_random(rnd);
2815 if(random & 0x1) {
2820 random >>= 1;