Searched refs:rand_source (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dcommon.h14 int rand_source; variable
H A Dmisc.c281 if (rand_source == RAND_SYS)
285 else if (rand_source == RAND_DEV)
289 else if (rand_source == RAND_EGD)
298 __FUNCTION__, rand_source);
H A Dfile.c916 rand_source = RAND_SYS;
922 rand_source = RAND_DEV;
929 rand_source = RAND_EGD;
H A Dl2tpd.c1362 rand_source = 0;

Completed in 135 milliseconds