Home
last modified time | relevance | path

Searched refs:SOCK_SEQPACKET (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sctp.c136 !(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()
H A Dsocksctp.c213 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 …]
/titanic_50/usr/src/lib/libcmd/common/
H A Dfds.c314 #ifdef SOCK_SEQPACKET in b_fds()
315 case SOCK_SEQPACKET: in b_fds()
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dsocket.h28 #define SOCK_SEQPACKET 5 /* sequenced packet stream */ macro
/titanic_50/usr/src/lib/libilb/common/
H A Dilb_comm.c80 if ((s = socket(PF_UNIX, SOCK_SEQPACKET, 0)) == -1 || in ilb_open()
/titanic_50/usr/src/lib/libsocket/inet/
H A Dgetaddrinfo.c274 case SOCK_SEQPACKET: in _getaddrinfo()
334 case SOCK_SEQPACKET: in _getaddrinfo()
/titanic_50/usr/src/uts/common/sys/
H A Dsocket.h107 #define SOCK_SEQPACKET 6 /* sequenced packet stream */ macro
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_main.c187 s = socket(PF_UNIX, SOCK_SEQPACKET, 0); in ilbd_create_client_socket()
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c386 case SOCK_SEQPACKET: return "SEQPACKET"; in socktypename()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c515 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()
H A Dsocktpi.c2822 if (so->so_type == SOCK_STREAM || so->so_type == SOCK_SEQPACKET) { in so_unix_close()
/titanic_50/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1289 ret = SOCK_SEQPACKET; in get_sock_type_id()