Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet6/
H A Din6_src.c1644 bool found, randomport; in in6_pcbsetport() local
1680 randomport = (so->so_flags & SOF_BINDRANDOMPORT) > 0 || in in6_pcbsetport()
1708 randomport = false; in in6_pcbsetport()
1717 if (randomport) { in in6_pcbsetport()
1725 if (randomport) { in in6_pcbsetport()
/xnu-11215.61.5/bsd/netinet/
H A Din_pcb.c877 int randomport; in in_pcbbind() local
1154 randomport = (so->so_flags & SOF_BINDRANDOMPORT) || in in_pcbbind()
1188 randomport = 0; in in_pcbbind()
1203 if (randomport) { in in_pcbbind()
1265 if (randomport) { in in_pcbbind()