Home
last modified time | relevance | path

Searched refs:SM_CONNREQUIRED (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c782 if ((so->so_mode & SM_CONNREQUIRED) && in sotpi_bindlisten()
2218 if (so->so_mode & SM_CONNREQUIRED) { in sotpi_connect()
2368 if (!(so->so_mode & SM_CONNREQUIRED)) { in sotpi_connect()
2956 (so->so_mode & SM_CONNREQUIRED)) { in sotpi_recvmsg()
4146 if (so_mode & SM_CONNREQUIRED) in sotpi_sendmsg()
4154 if (so_mode & SM_CONNREQUIRED) { in sotpi_sendmsg()
4186 (so_mode & SM_CONNREQUIRED)) { in sotpi_sendmsg()
4200 !(so_mode & SM_CONNREQUIRED)) { in sotpi_sendmsg()
4306 if (!(so_mode & SM_CONNREQUIRED)) { in sotpi_sendmsg()
4326 if (!(so_mode & SM_CONNREQUIRED)) { in sotpi_sendmsg()
[all …]
H A Dsockstr.c511 so->so_mode |= SM_CONNREQUIRED; in copy_tinfo()
1741 if ((so->so_mode & SM_CONNREQUIRED) || in strsock_proto()
2394 if (so->so_mode & SM_CONNREQUIRED) { in strsock_proto()
H A Dsockcommon_sops.c895 if ((so->so_mode & SM_CONNREQUIRED) == 0 || (state & SS_ISCONNECTED)) { in so_poll()
1606 (so->so_mode & SM_CONNREQUIRED)) { in so_recvmsg()
H A Dsocksubr.c1625 if (mode & SM_CONNREQUIRED) in pr_state()
H A Dsockcommon_subr.c1535 if ((so->so_mode & SM_CONNREQUIRED) == 0) { in socket_ioctl_common()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctpsubr.c537 nso->so_mode |= SM_CONNREQUIRED; in sosctp_assoc_move()
H A Dsocksctp.c221 so->so_mode = SM_CONNREQUIRED; in sosctp_init()
1540 if ((so->so_mode & SM_CONNREQUIRED) == 0) { in sosctp_ioctl()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h364 #define SM_CONNREQUIRED 0x008 /* connection required by protocol */ macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c794 *smodep = SM_CONNREQUIRED | SM_EXDATA | SM_ACCEPTSUPP | in tcp_create()