HomeSort by: relevance | last modified time | path
    Searched defs:_random_func (Results 1 - 1 of 1) sorted by relevancy

  /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());

Completed in 14 milliseconds