Searched refs:SOF_BINDRANDOMPORT (Results 1 – 6 of 6) sorted by relevance
240 #define SOF_BINDRANDOMPORT 0x00001000 /* Randomized port number for bind */ macro
185 if (pcb->so->so_flags & SOF_BINDRANDOMPORT) { in vsock_bind_address()
5380 so->so_flags |= SOF_BINDRANDOMPORT; in sosetoptlock()5382 so->so_flags &= ~SOF_BINDRANDOMPORT; in sosetoptlock()6204 optval = (so->so_flags & SOF_BINDRANDOMPORT); in sogetoptlock()
392 SOF_NOTIFYCONFLICT | SOF_BINDRANDOMPORT | SOF_NPX_SETOPTSHUT | in sonewconn_internal()
1588 randomport = (so->so_flags & SOF_BINDRANDOMPORT) > 0 || in in6_pcbsetport()
1013 randomport = (so->so_flags & SOF_BINDRANDOMPORT) || in in_pcbbind()