Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Din6_src.c1639 bool found, randomport; in in6_pcbsetport() local
1675 randomport = (so->so_flags & SOF_BINDRANDOMPORT) > 0 || in in6_pcbsetport()
1703 randomport = false; in in6_pcbsetport()
1712 if (randomport) { in in6_pcbsetport()
1720 if (randomport) { in in6_pcbsetport()
/xnu-10063.101.15/bsd/netinet/
H A Din_pcb.c842 int randomport; in in_pcbbind() local
1122 randomport = (so->so_flags & SOF_BINDRANDOMPORT) || in in_pcbbind()
1156 randomport = 0; in in_pcbbind()
1171 if (randomport) { in in_pcbbind()
1233 if (randomport) { in in_pcbbind()