/third_party/curl/lib/ |
H A D | nonblock.c | 46 int curlx_nonblock(curl_socket_t sockfd, /* operate on this */ in curlx_nonblock() argument
|
H A D | gopher.c | 135 curl_socket_t sockfd = conn->sock[FIRSTSOCKET]; in gopher_do() local
|
H A D | dict.c | 128 static CURLcode sendf(curl_socket_t sockfd, struct Curl_easy *data, in sendf() argument 182 curl_socket_t sockfd = conn->sock[FIRSTSOCKET]; in dict_do() local
|
H A D | getinfo.c | 194 curl_socket_t sockfd; in getinfo_long() local
|
/third_party/ltp/testcases/kernel/syscalls/sendto/ |
H A D | sendto02.c | 33 static int sockfd; variable
|
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
H A D | fortify_test.cpp | 19 int sockfd = socket(AF_INET, SOCK_DGRAM, 0); in HWTEST_F() local
|
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
H A D | setsockopt04.c | 25 static int sockfd; variable
|
/third_party/ltp/testcases/kernel/syscalls/bind/ |
H A D | bind02.c | 32 int sockfd; in run() local
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | sendmmsg.c | 31 int sockfd; in sendmmsg_0100() local
|
H A D | sendmsg.c | 31 int sockfd; in sendmsg_0100() local
|
H A D | __recvmmsg_time64.c | 32 int sockfd; in sendsss() local 79 int sockfd, retval; in recvsss() local [all...] |
H A D | recvmmsg.c | 30 int sockfd; in sendsss() local 77 int sockfd, retval; in recvsss() local [all...] |
H A D | recvmsg.c | 43 int check_recv_message(int sockfd) in check_recv_message() argument 72 int sockfd = socket(AF_INET, SOCK_DGRAM, IPPROTO_IP); in send_message() local 108 int sockfd = socket(AF_INET, SOCK_DGRAM, IPPROTO_IP); recv_message() local [all...] |
/third_party/ltp/testcases/cve/ |
H A D | cve-2017-2671.c | 43 static int sockfd; variable
|
/third_party/ltp/testcases/kernel/sched/clisrv/ |
H A D | pthcli.c | 63 void str_cli(FILE *fp, int sockfd) in str_cli() argument 100 int sockfd; in main() local [all...] |
H A D | pthserv.c | 51 int sockfd; variable 56 int str_echo(int sockfd) in str_echo() argument [all...] |
/third_party/ltp/testcases/kernel/syscalls/sendmmsg/ |
H A D | sendmmsg_var.h | 12 static inline int libc_sendmmsg(int sockfd, struct mmsghdr *msgvec, in libc_sendmmsg() argument 23 static inline int sys_sendmmsg(int sockfd, struct mmsghdr *msgvec, in sys_sendmmsg() argument 29 static inline int libc_recvmmsg(int sockfd, struct mmsghdr *msgvec, in libc_recvmmsg() argument 40 static inline int sys_recvmmsg(int sockfd, struct mmsghdr *msgvec, in sys_recvmmsg() argument 46 static inline int sys_recvmmsg64(int sockfd, struct mmsghdr *msgvec, in sys_recvmmsg64() argument [all...] |
/third_party/ltp/testcases/kernel/syscalls/sendmsg/ |
H A D | sendmsg03.c | 27 static int sockfd = -1; variable
|
/third_party/curl/lib/vquic/ |
H A D | vquic_int.h | 38 curl_socket_t sockfd; /* connected UDP socket */ member
|
/third_party/curl/docs/examples/ |
H A D | sendrecv.c | 34 static int wait_on_socket(curl_socket_t sockfd, int for_recv, long timeout_ms) in wait_on_socket() argument 90 curl_socket_t sockfd; in main() local
|
H A D | externalsocket.c | 71 curl_socket_t sockfd; in opensocket() local 95 curl_socket_t sockfd; in main() local [all...] |
/third_party/musl/libc-test/src/functionalext/fortify/ |
H A D | select_test.c | 35 int sockfd = 0; in fd_set_0010() local 57 int sockfd = -1; in fd_set_0020() local 93 int sockfd = 1024; in fd_set_0030() local 123 int sockfd = 0; in fd_clr_0010() local 146 int sockfd in fd_clr_0020() local 182 int sockfd = 1024; fd_clr_0030() local 212 int sockfd = 0; fd_isset_0010() local 229 int sockfd = -1; fd_isset_0020() local 245 int sockfd = 1024; fd_isset_0030() local [all...] |
/third_party/libwebsockets/lib/misc/ |
H A D | peer-limits.c | 79 lws_get_or_create_peer(struct lws_vhost *vhost, lws_sockfd_type sockfd) in lws_get_or_create_peer() argument
|
/third_party/ltp/testcases/kernel/syscalls/getpeername/ |
H A D | getpeername01.c | 53 int sockfd; member
|
/third_party/toybox/toys/net/ |
H A D | netcat.c | 78 int sockfd; in usock() local 97 int sockfd = -1, in1 = 0, in2 = 0, out1 = 1, out2 = 1, family = AF_UNSPEC, in netcat_main() local [all...] |