Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/npf/npftest/libnpftest/ | |
npf_test_subr.c | 23 static long (*_random_func)(void); variable in typeref:typename:long (*)(void) 81 _random_func = rndfunc; 277 return (uint32_t)(_random_func ? _random_func() : random()); |
npf_test_subr.c | 23 static long (*_random_func)(void); variable in typeref:typename:long (*)(void) 81 _random_func = rndfunc; 277 return (uint32_t)(_random_func ? _random_func() : random()); |
npf_test_subr.c | 23 static long (*_random_func)(void); variable in typeref:typename:long (*)(void) 81 _random_func = rndfunc; 277 return (uint32_t)(_random_func ? _random_func() : random()); |