Home
last modified time | relevance | path

Searched refs:portalgo_randport (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/netinet/
H A Dportalgo.h37 int portalgo_randport(uint16_t *, struct inpcb *, kauth_cred_t);
H A Dportalgo.c747 portalgo_randport(uint16_t *port, struct inpcb *inp, kauth_cred_t cred) in portalgo_randport() function
H A Din_pcb.c303 error = portalgo_randport(&lport, inp, cred); in inpcb_set_port()
/netbsd-src/sys/netinet6/
H A Din6_src.c874 error = portalgo_randport(&lport, inp, l->l_cred); in in6pcb_set_port()