Home
last modified time | relevance | path

Searched refs:randomport (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/netinet6/
H A Din6_src.c1647 bool found, randomport; in in6_pcbsetport() local
1683 randomport = (so->so_flags & SOF_BINDRANDOMPORT) > 0 || in in6_pcbsetport()
1711 randomport = false; in in6_pcbsetport()
1720 if (randomport) { in in6_pcbsetport()
1728 if (randomport) { in in6_pcbsetport()
/xnu-11215.1.10/bsd/netinet/
H A Din_pcb.c877 int randomport; in in_pcbbind() local
1157 randomport = (so->so_flags & SOF_BINDRANDOMPORT) || in in_pcbbind()
1191 randomport = 0; in in_pcbbind()
1206 if (randomport) { in in_pcbbind()
1268 if (randomport) { in in_pcbbind()