| /onnv/onnv-gate/usr/src/uts/common/c2/ |
| audit_event.c | 3394 short so_family, so_type; local 3489 short so_family, so_type; local 3565 short so_family, so_type; local 3652 short so_family, so_type; local 3748 short so_family, so_type; local 3913 short so_family, so_type; local 4110 short so_family, so_type; local 4304 short so_family, so_type; local 4498 short so_family, so_type; local 5378 short so_family, so_type; local 5512 short so_family, so_type; local [all...] |
| audit_record.h | 340 short so_type; /* generic type, see socket.h */ member in struct:oldsocket
|
| /onnv/onnv-gate/usr/src/stand/lib/sock/ |
| socket.c | 720 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...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/sockmods/ |
| sockmod_sctp.c | 193 ASSERT((so->so_type == SOCK_STREAM || so->so_type == SOCK_SEQPACKET) &&
|
| socksdp.c | 487 ASSERT(so->so_type == SOCK_STREAM); 663 case SO_TYPE: 696 case SO_TYPE: 697 value = so->so_type; 808 if (so->so_type == SOCK_STREAM) { 813 so->so_type, conn, level, option_name)); 867 case SO_TYPE: 1081 if (!(so_state & SS_ISCONNECTED) && (so->so_type == SOCK_STREAM)) { 1103 if (so->so_type == SOCK_STREAM) { 1200 ASSERT(lso->so_type == SOCK_STREAM) [all...] |
| socksctp.c | 188 ASSERT(so->so_type == SOCK_STREAM); 202 if (so->so_type == SOCK_STREAM) { 206 ASSERT(so->so_type == SOCK_SEQPACKET); 210 so->so_family, so->so_type, SCTP_CAN_BLOCK, upcalls, &sbl, cr); 355 ASSERT(so->so_type == SOCK_STREAM); 437 ASSERT(so->so_type == SOCK_SEQPACKET); 493 if (so->so_type == SOCK_STREAM) { 552 if (so->so_type == SOCK_SEQPACKET) { 729 ASSERT(so->so_type == SOCK_STREAM); 932 ASSERT(so->so_type == SOCK_SEQPACKET) [all...] |
| socksctpsubr.c | 411 so->so_family, so->so_type, SCTP_CAN_BLOCK, &sosctp_assoc_upcalls,
|
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/ |
| socketvar.h | 21 short so_type; /* generic type, see socket.h */ member in struct:socket
|
| /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/ |
| socktpi.c | 398 if ((so->so_type == SOCK_STREAM || so->so_type == SOCK_DGRAM) && 412 ASSERT(so->so_type != SOCK_DGRAM || tso == NULL); 413 if (so->so_type == SOCK_STREAM && tso != NULL) { 493 ASSERT(so->so_type == SOCK_DGRAM || 494 so->so_type == SOCK_STREAM); 654 tcp_udp_xport = so->so_type == SOCK_STREAM || so->so_type == SOCK_DGRAM; 1101 so->so_type == SOCK_STREAM) { [all...] |
| sockcommon.c | 144 parent->so_type, parent->so_protocol, parent->so_version, flags, 547 so->so_type = type;
|
| sockstr.c | 518 if (so->so_type == SOCK_SEQPACKET || so->so_type == SOCK_RAW) { 529 if (so->so_type == SOCK_STREAM) { 553 if (so->so_type == SOCK_DGRAM && sti->sti_serv_type != T_CLTS) { 558 if (so->so_type == SOCK_STREAM && sti->sti_serv_type == T_CLTS) { 563 if (so->so_type == SOCK_SEQPACKET && sti->sti_serv_type == T_CLTS) { [all...] |
| sockcommon_subr.c | 1330 so->so_type, so->so_protocol, &so->so_downcalls, [all...] |
| sockcommon_sops.c | 258 } else if (so->so_type == SOCK_STREAM) { 366 return ((so->so_type == SOCK_DGRAM || so->so_type == SOCK_RAW) ? [all...] |
| socksubr.c | 490 if (so->so_type == SOCK_DGRAM) 516 if (so->so_type != so2->so_type) { [all...] |
| socksyscalls.c | 367 if (so1->so_type == SOCK_DGRAM) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| vfs.c | 1038 sock_prints[i].type == so.so_type && 1041 sock_prints[i].type == so.so_type && 1042 so.so_type == SOCK_RAW)) {
|
| net.c | 450 if ((optt != NULL) && (so.so_type != type)) 477 switch (so.so_type) { 488 mdb_printf(" %4hi", so.so_type); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| socketvar.h | 159 short so_type; member in struct:sonode
|
| /onnv/onnv-gate/usr/src/lib/libbsm/common/ |
| au_to.c | 567 adr_short(&adr, (short *)&so->so_type, 1); [all...] |