Home
last modified time | relevance | path

Searched defs:sock (Results 26 - 50 of 893) sorted by relevance

12345678910>>...36

/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/include/
H A Dsocket_exec_common.h28 static bool MakeNonBlock(int sock) in MakeNonBlock() argument
54 int sock = socket(family, SOCK_STREAM, IPPROTO_TCP); in MakeTcpSocket() local
72 int sock = socket(family, SOCK_DGRAM, IPPROTO_UDP); MakeUdpSocket() local
87 int sock = socket(AF_UNIX, socketType, 0); MakeLocalSocket() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dfillp_os.c79 FILLP_INT SysArchSetSockBlocking(FILLP_INT sock, FILLP_BOOL blocking) in SysArchSetSockBlocking() argument
102 FILLP_INT SysArchSetSockBlocking(FILLP_INT sock, FILLP_BOOL blocking) in SysArchSetSockBlocking() argument
133 FILLP_INT SysArchSetSockSndbuf(FILLP_INT sock, FILLP_UINT size) in SysArchSetSockSndbuf() argument
142 SysArchSetSockRcvbuf(FILLP_INT sock, FILLP_UINT size) SysArchSetSockRcvbuf() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dmap_populate.c33 static int parent_f(int sock, unsigned long *smap, int child) in parent_f() argument
53 static int child_f(int sock, unsigned long *smap, int fd) in child_f() argument
77 int sock[2], child, ret; main() local
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dgeneric.c60 void pxa_smemc_set_pcmcia_timing(int sock, u32 mcmem, u32 mcatt, u32 mcio) in pxa_smemc_set_pcmcia_timing() argument
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtcp_client.py35 sock = socket.socket(socket.AF_INET6, socket.SOCK_STREAM) variable
/kernel/linux/linux-5.10/net/rds/
H A Dtcp_connect.c91 struct socket *sock = NULL; in rds_tcp_conn_path_connect() local
203 struct socket *sock = tc->t_sock; rds_tcp_conn_path_shutdown() local
[all...]
/kernel/linux/linux-5.10/samples/bpf/
H A Dsock_example.c37 int sock = -1, map_fd, prog_fd, i, key; in test_sock() local
H A Dsockex1_user.c16 int i, sock; in main() local
H A Dsockex2_user.c23 int i, sock; in main() local
/kernel/linux/linux-5.10/net/nfc/
H A Daf_nfc.c18 static int nfc_sock_create(struct net *net, struct socket *sock, int proto, in nfc_sock_create() argument
/kernel/linux/linux-6.6/net/rds/
H A Dtcp_connect.c92 struct socket *sock = NULL; in rds_tcp_conn_path_connect() local
207 struct socket *sock = tc->t_sock; rds_tcp_conn_path_shutdown() local
[all...]
/kernel/linux/linux-6.6/samples/bpf/
H A Dsock_example.c38 int sock = -1, map_fd, prog_fd, i, key; in test_sock() local
H A Dsockex2_user.c22 int i, sock, err; in main() local
H A Dsockex1_user.c17 int i, sock, err; in main() local
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dmap_populate.c31 static int parent_f(int sock, unsigned long *smap, int child) in parent_f() argument
51 static int child_f(int sock, unsigned long *smap, int fd) in child_f() argument
75 int sock[2], child, ret; main() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dsocket_cookie_prog.c79 int BPF_PROG(update_cookie_tracing, struct socket *sock, in BPF_PROG() argument
H A Dtask_storage_nodeadlock.c25 int BPF_PROG(socket_post_create, struct socket *sock, int family, int type, in BPF_PROG() argument
H A Dcgrp_ls_attach_cgroup.c83 int BPF_PROG(update_cookie_tracing, struct socket *sock, in BPF_PROG() argument
/kernel/linux/linux-6.6/net/handshake/
H A Dalert.c34 int tls_alert_send(struct socket *sock, u8 level, u8 description) in tls_alert_send() argument
/kernel/linux/linux-6.6/net/nfc/
H A Daf_nfc.c18 static int nfc_sock_create(struct net *net, struct socket *sock, int proto, in nfc_sock_create() argument
/third_party/curl/tests/libtest/
H A Dlib677.c38 curl_socket_t sock = CURL_SOCKET_BAD; in test() local
/third_party/alsa-lib/src/
H A Dsocket.c43 int snd_send_fd(int sock, void *data, size_t len, int fd) in snd_send_fd() argument
76 int snd_receive_fd(int sock, void *data, size_t len, int *fd) in snd_receive_fd() argument
/third_party/libuv/test/
H A Dtest-poll-close-doesnt-corrupt-stack.c35 static uv_os_sock_t sock; variable
H A Dtest-poll-multiple-handles.c47 uv_os_sock_t sock; in TEST_IMPL() local
/third_party/ltp/testcases/kernel/crypto/
H A Daf_alg07.c47 static int fd = -1, sock = -1; variable

Completed in 6 milliseconds

12345678910>>...36