Searched refs:SO_REUSEPORT (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h131 #define SO_REUSEPORT 0x0200 /* allow local address & port reuse */ macro
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c569 #ifdef SO_REUSEPORT
571 setsockopt(http->fd, SOL_SOCKET, SO_REUSEPORT, &val, sizeof(val));
572 #endif /* SO_REUSEPORT */
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c653 // SO_REUSEPORT, however this is not implemented the same as on *BSD
660 // SO_REUSEPORT and SO_REUSEADDR was tested so that SO_REUSEADDR stays on
661 // top and SO_REUSEPORT to be used only if SO_REUSEADDR doesn't exist.
664 #elif defined(SO_REUSEPORT)
665 err = setsockopt(*sktPtr, SOL_SOCKET, SO_REUSEPORT, &kOn, sizeof(kOn));
1278 // Test to see if we're the first client running on UDP port 5353, by trying to bind to 5353 without using SO_REUSEPORT.

Completed in 71 milliseconds