Searched refs:SOCK_SEQPACKET (Results 1 – 12 of 12) sorted by relevance
136 !(type == SOCK_STREAM || type == SOCK_SEQPACKET)) { in socksctp_create()159 ASSERT(type == SOCK_SEQPACKET); in socksctp_create()193 ASSERT((so->so_type == SOCK_STREAM || so->so_type == SOCK_SEQPACKET) && in socksctp_destroy()
213 ASSERT(so->so_type == SOCK_SEQPACKET); in sosctp_init()445 ASSERT(so->so_type == SOCK_SEQPACKET); in sosctp_seq_connect()560 if (so->so_type == SOCK_SEQPACKET) { in sosctp_recvmsg()938 ASSERT(so->so_type == SOCK_SEQPACKET); in sosctp_seq_sendmsg()1562 if ((so->so_type == SOCK_SEQPACKET) && intval) { in sosctp_ioctl()1676 if (so->so_type != SOCK_SEQPACKET) { in sosctp_ioctl()1947 ASSERT(lso->so_type == SOCK_SEQPACKET); in sctp_assoc_newconn()1995 ASSERT(so->so_type == SOCK_SEQPACKET); in sctp_assoc_connected()2011 ASSERT(so->so_type == SOCK_SEQPACKET); in sctp_assoc_disconnected()2039 ASSERT(so->so_type == SOCK_SEQPACKET); in sctp_assoc_disconnecting()[all …]
314 #ifdef SOCK_SEQPACKET in b_fds()315 case SOCK_SEQPACKET: in b_fds()
28 #define SOCK_SEQPACKET 5 /* sequenced packet stream */ macro
80 if ((s = socket(PF_UNIX, SOCK_SEQPACKET, 0)) == -1 || in ilb_open()
274 case SOCK_SEQPACKET: in _getaddrinfo()334 case SOCK_SEQPACKET: in _getaddrinfo()
107 #define SOCK_SEQPACKET 6 /* sequenced packet stream */ macro
187 s = socket(PF_UNIX, SOCK_SEQPACKET, 0); in ilbd_create_client_socket()
386 case SOCK_SEQPACKET: return "SEQPACKET"; in socktypename()
515 if (so->so_type == SOCK_SEQPACKET || so->so_type == SOCK_RAW) { in copy_tinfo()560 if (so->so_type == SOCK_SEQPACKET && sti->sti_serv_type == T_CLTS) { in check_tinfo()
2822 if (so->so_type == SOCK_STREAM || so->so_type == SOCK_SEQPACKET) { in so_unix_close()
1289 ret = SOCK_SEQPACKET; in get_sock_type_id()