Home
last modified time | relevance | path

Searched defs:sfd (Results 1 – 25 of 33) sorted by relevance

12

/third_party/musl/Benchmark/musl/
Dsocket_test.cpp261 int sfd = -1; in ConnectTo() local
307 int sfd = -1; in BindAt() local
339 int sfd = ConnectTo("127.0.0.1", "80", SOCK_DGRAM, nullptr); in Bm_function_getpeername_client_local() local
357 int sfd = ConnectTo("www.baidu.com", "80", SOCK_DGRAM, nullptr); in Bm_function_getpeername_client_external() local
375 int sfd = ConnectTo("127.0.0.1", "1500", SOCK_STREAM, nullptr); in ThreadTaskClient() local
386 int sfd = BindAt("1500"); in StartServer() local
416 int sfd = StartServer(&connfd); in Bm_function_getpeername_server() local
434 int sfd = ConnectTo("127.0.0.1", "80", SOCK_DGRAM, nullptr); in Bm_function_getsockname_client_local() local
452 int sfd = ConnectTo("www.baidu.com", "80", SOCK_DGRAM, nullptr); in Bm_function_getsockname_client_external() local
471 int sfd = StartServer(&connfd); in Bm_function_getsockname_server() local
[all …]
/third_party/ltp/testcases/kernel/syscalls/signalfd/
Dsignalfd01.c91 int sfd; in do_test1() local
182 int sfd; in do_test2() local
263 int sfd; in main() local
/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/
Depoll_pwait02.c19 static int efd, sfd[2]; variable
Depoll_pwait04.c19 static int efd, sfd[2]; variable
Depoll_pwait03.c20 static int efd, sfd[2]; variable
Depoll_pwait05.c20 static int efd, sfd[2]; variable
Depoll_pwait01.c26 static int efd, sfd[2]; variable
/third_party/ltp/testcases/kernel/syscalls/fsmount/
Dfsmount01.c42 int sfd, mfd; in run() local
/third_party/node/tools/
Dpseudo-tty.py16 def pipe(sfd, dfd): argument
/third_party/curl/lib/
Deasy.c1169 static CURLcode easy_connection(struct Curl_easy *data, curl_socket_t *sfd, in easy_connection()
1199 curl_socket_t sfd; in curl_easy_recv() local
1229 curl_socket_t sfd; in Curl_connect_only_attach() local
1254 curl_socket_t sfd; in Curl_senddata() local
/third_party/ltp/testcases/kernel/syscalls/sync_file_range/
Dsync_file_range01.c42 static int fd, sfd; variable
/third_party/libwebsockets/lib/core-net/client/
Dconnect3.c692 lws_sockfd_type sfd = wsi->desc.sockfd; local
/third_party/libwebsockets/lib/plat/unix/
Dunix-fds.c82 lws_sockfd_type sfd) in sanity_assert_no_sockfd_traces()
/third_party/ltp/testcases/network/sctp/
Dsctp_big_chunk.c33 static int sfd, cfd; variable
/third_party/ltp/testcases/kernel/syscalls/send/
Dsend01.c53 static int sfd; /* shared between do_child and start_server */ variable
/third_party/ltp/testcases/kernel/syscalls/recv/
Drecv01.c64 static int sfd; /* shared between do_child and start_server */ variable
/third_party/ltp/testcases/kernel/syscalls/connect/
Dconnect01.c63 static int sfd; /* shared between start_server and do_child */ variable
/third_party/node/deps/openssl/openssl/engines/
De_afalg.h86 int sfd; member
/third_party/openssl/engines/
De_afalg.h86 int sfd; member
/third_party/ltp/testcases/kernel/syscalls/sendto/
Dsendto01.c52 static int sfd; variable
/third_party/ltp/testcases/kernel/syscalls/recvfrom/
Drecvfrom01.c64 static int sfd; /* shared between do_child and start_server */ variable
/third_party/ltp/testcases/kernel/syscalls/recvmsg/
Drecvmsg01.c31 static int sfd; /* shared between do_child and start_server */ variable
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
Dsendmsg01.c65 static int sfd; /* shared between do_child and start_server */ variable
/third_party/libfuse/example/
Dhello_ll_uds.c193 int sfd = socket(AF_UNIX, SOCK_STREAM, 0); in create_socket() local
/third_party/ltp/testcases/network/lib6/
Dasapi_01.c225 static int client(int sfd) in client()

12