| /xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_namespace.c | 55 int so_type = 0; in flow_namespace_create() local 77 so_type = SOCK_DGRAM; in flow_namespace_create() 81 so_type = SOCK_STREAM; in flow_namespace_create()
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | uipc_usrreq.c | 429 switch (so->so_type) { in uipc_rcvd() 516 switch (so->so_type) { in uipc_send() 719 if (so->so_type == SOCK_STREAM && unp->unp_conn != 0) { in uipc_sense() 826 if (so->so_type == SOCK_STREAM) { in uipc_ctloutput() 960 switch (so->so_type) { in unp_attach() 992 LIST_INSERT_HEAD(so->so_type == SOCK_DGRAM ? in unp_attach() 1363 if (so->so_type != so2->so_type) { in unp_connect() 1495 if (so2->so_type != so->so_type) { in unp_connect2() 1512 switch (so->so_type) { in unp_connect2() 1564 panic("unknown socket type %d in unp_connect2", so->so_type); in unp_connect2() [all …]
|
| H A D | uipc_socket2.c | 361 so = soalloc(1, SOCK_DOM(head), head->so_type); in sonewconn_internal() 371 so->so_type = head->so_type; in sonewconn_internal() 2373 so->so_type == SOCK_STREAM) { in sowriteable() 2790 xso->so_type = so->so_type; in sotoxsocket() 2821 xso->so_type = so->so_type; in sotoxsocket64()
|
| H A D | socket_info.c | 75 si->soi_type = so->so_type; in fill_common_sockinfo()
|
| H A D | vsock_domain.c | 477 if (pcb->so->so_type != SOCK_STREAM) { in vsock_sockaddr_vm_validate() 1038 if (so->so_type != SOCK_STREAM) { in vsock_listen() 1466 SOCK_DOM(so), so->so_type, in vsock_unlock()
|
| H A D | uipc_socket.c | 717 so->so_type = (short)type; in socreate_internal() 2086 (so->so_type == SOCK_STREAM && so_wait_for_if_feedback(so))) { in sosendcheck() 2234 if (so->so_type != SOCK_STREAM && (flags & MSG_OOB) != 0) { in sosend() 2252 (so->so_type == SOCK_STREAM && (flags & MSG_EOR))) { in sosend() 2736 if (so->so_type != SOCK_DGRAM) { in sosend_list() 5918 optval = so->so_type; in sogetoptlock() 6787 so->so_type == SOCK_STREAM) { in filt_sowrite_common() 7280 SOCK_DOM(so), so->so_type, in socket_unlock()
|
| H A D | uipc_syscalls.c | 778 dgram = (so->so_type == SOCK_DGRAM); in connect_nocancel() 866 dgram = (so->so_type == SOCK_DGRAM); in connectx_nocancel() 1895 if (so->so_type == SOCK_DGRAM && sosendallatonce(so) && in sendmsg_x() 3761 if (so->so_type != SOCK_STREAM) { in sendfile()
|
| H A D | kern_control.c | 448 (so->so_type != SOCK_STREAM)) || in ctl_setup_kctl() 450 (so->so_type != SOCK_DGRAM))) { in ctl_setup_kctl()
|
| H A D | kpi_socket.c | 1234 *outType = sock->so_type; in sock_gettype()
|
| /xnu-10063.141.1/bsd/dev/dtrace/scripts/ |
| H A D | socket.d | 64 type = T->so_type;
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | socketvar.h | 133 short so_type; /* generic type, see socket.h */ member 445 short so_type; member 468 short so_type; member 504 short so_type; member 711 #define SOCK_TYPE(so) ((so)->so_type)
|
| /xnu-10063.141.1/bsd/security/audit/ |
| H A D | audit_arg.c | 598 so->so_type; in audit_arg_file() 617 so->so_type; in audit_arg_file()
|
| H A D | audit_bsm_token.c | 850 au_to_socket_ex(u_short so_domain, u_short so_type, in au_to_socket_ex() argument 870 ADD_U_INT16(dptr, au_socket_type_to_bsm(so_type)); in au_to_socket_ex()
|
| /xnu-10063.141.1/bsd/bsm/ |
| H A D | audit_record.h | 311 token_t *au_to_socket_ex(u_short so_domain, u_short so_type,
|
| /xnu-10063.141.1/bsd/netinet/ |
| H A D | in_pcblist.c | 122 xso->so_type = so->so_type; in sotoxsocket_n()
|
| H A D | in_tclass.c | 1340 if (so->so_type == SOCK_STREAM) { in set_packet_service_class()
|
| H A D | mptcp_usrreq.c | 1258 VERIFY(mp_so->so_type == SOCK_STREAM); in mptcp_usr_sosend()
|
| H A D | in_pcb.c | 1123 (so->so_type == SOCK_STREAM ? tcp_use_randomport : in in_pcbbind()
|
| /xnu-10063.141.1/bsd/netinet6/ |
| H A D | in6_src.c | 1683 (so->so_type == SOCK_STREAM ? tcp_use_randomport : in in6_pcbsetport()
|