| /xnu-11215/tests/ |
| H A D | vsock.c | 242 int socket; variable 250 int socket; variable 258 int socket; variable 272 int socket; variable 280 int socket; variable 288 int socket; variable 298 int socket; variable 316 int socket; variable 330 int socket; variable 344 int socket; variable [all …]
|
| /xnu-11215/bsd/sys/ |
| H A D | socketvar.h | 137 struct socket { struct 139 short so_type; /* generic type, see socket.h */ argument 143 u_int32_t so_options; /* from socket call, see socket.h */ argument 151 * If so_head is 0, socket is not related to an accept. argument 171 * Variables for socket buffering. argument 225 void (*so_event)(struct socket *, void *, uint32_t); argument 227 kauth_cred_t so_cred; /* cred of who opened the socket */ argument 232 u_int64_t cache_timestamp; /* time socket was cached */ argument 244 #define SOF_DEFUNCT 0x00000008 /* socket marked as inactive */ argument 309 int so_usecount; /* refcounting of socket use */ argument [all …]
|
| /xnu-11215/libsyscall/wrappers/legacy/ |
| H A D | listen.c | 45 listen(int socket, int backlog) in listen()
|
| H A D | getsockname.c | 45 getsockname(int socket, struct sockaddr * __restrict address, in getsockname()
|
| H A D | getpeername.c | 45 getpeername(int socket, struct sockaddr * __restrict address, in getpeername()
|
| /xnu-11215/bsd/dev/dtrace/scripts/ |
| H A D | socket.d | 59 struct socket *socket; member
|
| /xnu-11215/bsd/kern/ |
| H A D | kpi_socketfilter.c | 402 sflt_attach_internal(socket_t socket, sflt_handle handle) in sflt_attach_internal() 1289 sflt_attach(socket_t socket, sflt_handle handle) in sflt_attach() 1298 sflt_detach(socket_t socket, sflt_handle handle) in sflt_detach()
|
| H A D | uipc_syscalls.c | 252 socket(proc_ref_t p, in socket() function
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | net.py | 598 def GetSocket(socket) : argument
|
| /xnu-11215/bsd/net/ |
| H A D | necp.c | 730 #define NECP_DATA_TRACE_LOG_SOCKET(debug, socket, caller, log_msg, policy_id, skip_policy_id) \ argument 738 #define NECP_DATA_TRACE_LOG_SOCKET_DP(debug, socket, caller, log_msg, policy_id, skip_policy_id) \ argument 746 #define NECP_DATA_TRACE_LOG_SOCKET_RESULT(debug, socket, caller, log_msg) \ argument 754 #define NECP_DATA_TRACE_LOG_SOCKET_BRIEF(debug, socket, caller, log_msg, policy_id, skip_policy_id,… argument 784 #define NECP_DATA_TRACE_LOG_POLICY_SOCKET(debug, socket, caller, log_msg) \ argument 816 #define NECP_DATA_TRACE_LOG_CONDITION_SOCKET3(debug, socket, caller, negate, name, val1, val2, val3… argument 822 #define NECP_DATA_TRACE_LOG_CONDITION_SOCKET_STR3(debug, socket, caller, negate, name, val1, val2, … argument 829 #define NECP_DATA_TRACE_LOG_CONDITION_SOCKET(debug, socket, caller, negate, name, val, input) \ argument 832 #define NECP_DATA_TRACE_LOG_CONDITION_SOCKET_STR(debug, socket, caller, negate, name, val, input) \ argument 9009 necp_socket_check_policy(struct necp_kernel_socket_policy *kernel_policy, in necp_socket_check_policy()
|
| H A D | necp_client.c | 424 unsigned socket : 1; member
|
| /xnu-11215/bsd/netinet6/ |
| H A D | ipsec.c | 4961 struct socket *socket; member
|