Lines Matching refs:SM_CONNREQUIRED
782 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()
4539 ASSERT(!(so->so_mode & SM_CONNREQUIRED)); in sodgram_direct()
5879 if ((so->so_mode & SM_CONNREQUIRED) == 0) { in sotpi_ioctl()
6140 (so->so_mode & SM_CONNREQUIRED)) { in sotpi_poll()