Home
last modified time | relevance | path

Searched refs:SO_ACCEPTOR (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h237 #define SO_ACCEPTOR 0x20000 /* acceptor socket */ macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c409 flags |= SO_ACCEPTOR; in sotpi_init()
506 if (!(flags & SO_ACCEPTOR) && in sotpi_init()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c2821 } else if (flag & SO_ACCEPTOR) { in tcp_open()