Home
last modified time | relevance | path

Searched refs:SOV_STREAM (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sdp.c89 if (version == SOV_STREAM) { in socksdp_create()
H A Dsockmod_sctp.c126 if (version == SOV_STREAM) { in socksctp_create()
H A Dsocksdp.c1083 ASSERT(so->so_version != SOV_STREAM); in sosdp_poll()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c251 if ((oflags ^ nflags) & FASYNC && so->so_version != SOV_STREAM) { in socket_vop_setfl()
307 if (so->so_version == SOV_STREAM) { in socket_vop_getattr()
H A Dsockstr.c138 ASSERT(so->so_version != SOV_STREAM); in so_sock2stream()
224 so->so_version = SOV_STREAM; in so_sock2stream()
305 ASSERT(so->so_version == SOV_STREAM); in so_stream2sock()
2864 if (so->so_version == SOV_STREAM) { in sock_getmsg()
2909 if (so->so_version == SOV_STREAM) { in sock_putmsg()
2938 if (so->so_version == SOV_STREAM || !(so->so_state & SS_ASYNC)) in sock_getfasync()
H A Dsocktpi.c2945 if (so->so_version == SOV_STREAM) { in sotpi_recvmsg()
4114 if (so->so_version == SOV_STREAM) { in sotpi_sendmsg()
5726 if (so->so_version != SOV_STREAM) in sotpi_ioctl()
5735 ASSERT(so->so_version != SOV_STREAM); in sotpi_ioctl()
5931 if (so->so_version == SOV_STREAM) { in socktpi_plumbioctl()
6134 if (so->so_version == SOV_STREAM) { in sotpi_poll()
H A Dsocksyscalls.c193 if (so->so_version == SOV_STREAM) { in getsonode()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h382 #define SOV_STREAM 0 /* Not a socket - just a stream */ macro
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c1882 case SOV_STREAM: outstring(pri, "SOV_STREAM"); break; in prt_skv()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c2717 if (so->so_version == SOV_STREAM) in prfdinfosockopt()