Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dsocket.h225 #define SO_ACCEPTOR 0x20000 /* acceptor socket */ macro
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c413 flags |= SO_ACCEPTOR; in sotpi_init()
510 if (!(flags & SO_ACCEPTOR) && in sotpi_init()
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp.c2785 } else if (flag & SO_ACCEPTOR) { in tcp_open()