Searched refs:so_type (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c720 int so_type; local
726 so_type = sockets[sock_id].type;
733 if (so_type == INETBOOT_RAW) {
751 if (so_type == INETBOOT_STREAM) {
800 enum SockType so_type; local
843 so_type = sockets[sock_id].type;
847 if ((so_type == INETBOOT_DGRAM ||
848 so_type == INETBOOT_STREAM) &&
886 switch (so_type) {
904 switch (so_type) {
995 enum SockType so_type; local
[all...]
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c3540 short so_family, so_type; local
3586 so_type = so->so_type;
3594 if (so->so_type == SOCK_STREAM) {
3622 au_uwrite(au_to_arg32(0, "type", (uint32_t)(so_type)));
3626 au_uwrite(au_to_socket_ex(so_family, so_type, so_laddr, so_faddr));
3645 short so_family, so_type; local
3669 so_type = so->so_type;
3698 au_uwrite(au_to_arg32(1, "type", (uint32_t)(so_type)));
3721 short so_family, so_type; local
3808 short so_family, so_type; local
3904 short so_family, so_type; local
4091 short so_family, so_type; local
4288 short so_family, so_type; local
4482 short so_family, so_type; local
4676 short so_family, so_type; local
5556 short so_family, so_type; local
5690 short so_family, so_type; local
[all...]
H A Daudit_record.h342 short so_type; /* generic type, see socket.h */ member in struct:oldsocket
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sctp.c193 ASSERT((so->so_type == SOCK_STREAM || so->so_type == SOCK_SEQPACKET) &&
H A Dsocksdp.c490 ASSERT(so->so_type == SOCK_STREAM);
700 value = so->so_type;
811 if (so->so_type == SOCK_STREAM) {
816 so->so_type, conn, level, option_name));
1084 if (!(so_state & SS_ISCONNECTED) && (so->so_type == SOCK_STREAM)) {
1106 if (so->so_type == SOCK_STREAM) {
1203 ASSERT(lso->so_type == SOCK_STREAM);
1238 ASSERT(so->so_type == SOCK_STREAM);
1260 ASSERT(so->so_type == SOCK_STREAM);
1280 ASSERT(so->so_type
[all...]
H A Dsocksctp.c191 ASSERT(so->so_type == SOCK_STREAM);
208 if (so->so_type == SOCK_STREAM) {
210 NULL, so->so_family, so->so_type, SCTP_CAN_BLOCK,
214 ASSERT(so->so_type == SOCK_SEQPACKET);
216 NULL, so->so_family, so->so_type, SCTP_CAN_BLOCK,
364 ASSERT(so->so_type == SOCK_STREAM);
445 ASSERT(so->so_type == SOCK_SEQPACKET);
501 if (so->so_type == SOCK_STREAM) {
560 if (so->so_type == SOCK_SEQPACKET) {
735 ASSERT(so->so_type
[all...]
H A Dsocksctpsubr.c411 so->so_family, so->so_type, SCTP_CAN_BLOCK, &sosctp_assoc_upcalls,
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsocketvar.h21 short so_type; /* generic type, see socket.h */ member in struct:socket
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c393 if ((so->so_type == SOCK_STREAM || so->so_type == SOCK_DGRAM) &&
407 ASSERT(so->so_type != SOCK_DGRAM || tso == NULL);
408 if (so->so_type == SOCK_STREAM && tso != NULL) {
488 ASSERT(so->so_type == SOCK_DGRAM ||
489 so->so_type == SOCK_STREAM);
538 if (so->so_family == AF_UNIX && so->so_type == SOCK_STREAM) {
656 tcp_udp_xport = so->so_type == SOCK_STREAM || so->so_type == SOCK_DGRAM;
1858 nso->so_type
[all...]
H A Dsockcommon.c144 parent->so_type, parent->so_protocol, parent->so_version, flags,
565 so->so_type = type;
H A Dsockstr.c515 if (so->so_type == SOCK_SEQPACKET || so->so_type == SOCK_RAW) {
526 if (so->so_type == SOCK_STREAM) {
550 if (so->so_type == SOCK_DGRAM && sti->sti_serv_type != T_CLTS) {
555 if (so->so_type == SOCK_STREAM && sti->sti_serv_type == T_CLTS) {
560 if (so->so_type == SOCK_SEQPACKET && sti->sti_serv_type == T_CLTS) {
1841 (so->so_type != SOCK_RAW &&
1878 (so->so_type != SOCK_RAW &&
H A Dsockcommon_subr.c1332 so->so_type, so->so_protocol, &so->so_downcalls,
1704 value = so->so_type;
2221 VERIFY(cur->so_type == orig->so_type);
2318 newsp = sockparams_hold_ephemeral_bydev(so->so_family, so->so_type,
H A Dsocksubr.c495 if (so->so_type == SOCK_DGRAM)
521 if (so->so_type != so2->so_type) {
1812 pksi->ks_si.si_type = so->so_type;
H A Dsockfilter.c254 (sof_handle_t)inst, so->so_family, so->so_type,
556 (sof_handle_t)inst, so->so_family, so->so_type,
H A Dsockcommon_sops.c343 return ((so->so_type == SOCK_DGRAM || so->so_type == SOCK_RAW) ?
H A Dsocksyscalls.c394 if (so1->so_type == SOCK_DGRAM) {
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c1039 sock_prints[i].type == so.so_type &&
1042 sock_prints[i].type == so.so_type &&
1043 so.so_type == SOCK_RAW)) {
H A Dnet.c450 if ((optt != NULL) && (so.so_type != type))
477 switch (so.so_type) {
488 mdb_printf(" %4hi", so.so_type);
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h162 short so_type; member in struct:sonode
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_to.c567 adr_short(&adr, (short *)&so->so_type, 1);

Completed in 361 milliseconds