Searched defs:how (Results  1 – 17 of 17) sorted by relevance
| /Zephyr-latest/lib/posix/options/ | 
| D | signal.c | 104 int sigprocmask(int how, const sigset_t *ZRESTRICT set, sigset_t *ZRESTRICT oset)  in sigprocmask()
 | 
| D | net.c | 379 int shutdown(int sock, int how)  in shutdown()
 | 
| D | pthread.c | 1498 int pthread_sigmask(int how, const sigset_t *ZRESTRICT set, sigset_t *ZRESTRICT oset)  in pthread_sigmask()
 | 
| /Zephyr-latest/subsys/net/lib/sockets/ | 
| D | sockets.c | 175 int z_impl_zsock_shutdown(int sock, int how)  in z_impl_zsock_shutdown()211 static inline int z_vrfy_zsock_shutdown(int sock, int how)  in z_vrfy_zsock_shutdown()
 
 | 
| D | socket_dispatcher.c | 204 static int sock_dispatch_shutdown_vmeth(void *obj, int how)  in sock_dispatch_shutdown_vmeth()
 | 
| D | sockets_inet.c | 270 int zsock_shutdown_ctx(struct net_context *ctx, int how)  in zsock_shutdown_ctx()2930 static int sock_shutdown_vmeth(void *obj, int how)  in sock_shutdown_vmeth()
 
 | 
| D | sockets_tls.c | 3769 static int tls_sock_shutdown_vmeth(void *obj, int how)  in tls_sock_shutdown_vmeth()
 | 
| /Zephyr-latest/tests/net/socket/tls/src/ | 
| D | main.c | 152 static void test_shutdown(int sock, int how)  in test_shutdown()1472 	int how;  member
 
 | 
| /Zephyr-latest/tests/net/socket/offload_dispatcher/src/ | 
| D | main.c | 85 static int offload_shutdown(void *obj, int how)  in offload_shutdown()
 | 
| /Zephyr-latest/tests/net/socket/tcp/src/ | 
| D | main.c | 149 static void test_shutdown(int sock, int how)  in test_shutdown()933 	int how;  member
 
 | 
| /Zephyr-latest/subsys/tracing/ctf/ | 
| D | ctf_top.c | 373 void sys_trace_socket_shutdown_enter(int sock, int how)  in sys_trace_socket_shutdown_enter()
 | 
| D | ctf_top.h | 447 static inline void ctf_top_socket_shutdown_enter(int32_t sock, int32_t how)  in ctf_top_socket_shutdown_enter()
 | 
| D | tracing_ctf.h | 466 #define sys_port_trace_socket_shutdown_enter(sock, how) \  argument
 | 
| /Zephyr-latest/subsys/tracing/user/ | 
| D | tracing_user.h | 417 #define sys_port_trace_socket_shutdown_enter(sock, how)  argument
 | 
| /Zephyr-latest/include/zephyr/tracing/ | 
| D | tracing.h | 2223 #define sys_port_trace_socket_shutdown_enter(socket, how)  argument
 | 
| /Zephyr-latest/subsys/tracing/sysview/ | 
| D | tracing_sysview.h | 716 #define sys_port_trace_socket_shutdown_enter(sock, how)  argument
 | 
| /Zephyr-latest/subsys/tracing/test/ | 
| D | tracing_test.h | 739 #define sys_port_trace_socket_shutdown_enter(sock, how)  argument
 |