Home
last modified time | relevance | path

Searched refs:so_version (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sdp.c119 so->so_version = (short)version; in socksdp_create()
H A Dsockmod_sctp.c168 so->so_version = (short)version; in socksctp_create()
H A Dsocksctp.c880 fflag, (so->so_version == SOV_XPG4_2) * _SOCONNECT_XPG4_2, in sosctp_sendmsg()
999 if ((so->so_version == SOV_XPG4_2) && in sosctp_seq_sendmsg()
1738 so->so_protocol, so->so_version, SOCKET_NOSLEEP, in sosctp_ioctl()
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()
306 so->so_version = SOV_SOCKSTREAM; 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.c317 so->so_version = (short)version; in sotpi_create()
2945 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()
5901 so->so_version == SOV_SOCKBSD) { in sotpi_ioctl()
5928 if (so->so_version == SOV_SOCKBSD) in socktpi_plumbioctl()
5931 if (so->so_version == SOV_STREAM) { in socktpi_plumbioctl()
6134 if (so->so_version == SOV_STREAM) { in sotpi_poll()
H A Dsockcommon_subr.c1255 so->so_version = (short)version; in socket_sonode_create()
2226 VERIFY(cur->so_version == orig->so_version); in so_integrity_check()
H A Dsockcommon.c146 parent->so_type, parent->so_protocol, parent->so_version, flags, in socket_newconn()
H A Dsocksyscalls.c193 if (so->so_version == SOV_STREAM) { in getsonode()
/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_host.c59 if (ops->so_version != SDA_OPS_VERSION) { in sda_host_alloc()
/illumos-gate/usr/src/uts/common/sys/sdcard/
H A Dsda.h295 int so_version; member
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h167 short so_version; /* From so_socket call */ member
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c2717 if (so->so_version == SOV_STREAM) in prfdinfosockopt()