Home
last modified time | relevance | path

Searched refs:ipf_random (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Ddrand48.c155 ipf_random() in EXPORT0()
H A Dip_nat6.c442 port = ipf_random() % (ntohs(np->in_pmax) -
H A Dip_state.c182 ifs->ifs_ips_seed[i] = ipf_random();
H A Dip_nat.c2239 port = ipf_random() % (ntohs(np->in_pmax) -
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1602 #ifndef ipf_random
1603 extern u_32_t ipf_random __P((void));
H A Dip_compat.h571 # define ipf_random arc4random macro
668 # define ipf_random arc4random macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dip_fil.c1032 u_32_t ipf_random() in ipf_random() function