| /third_party/musl/libc-test/src/functionalext/supplement/network/ |
| D | getsockopt_network.c | 35 int sockfd = socket(AF_INET, SOCK_STREAM, 0); in getsockopt_0100() local 49 int sockfd = socket(AF_INET, SOCK_STREAM, 0); in getsockopt_0200() local 63 int sockfd = socket(AF_INET, SOCK_STREAM, 0); in getsockopt_0300() local 77 int sockfd = socket(AF_INET, SOCK_STREAM, 0); in getsockopt_0400() local 91 int sockfd = socket(AF_INET, SOCK_STREAM, 0); in getsockopt_0500() local 105 int sockfd = socket(AF_INET, SOCK_STREAM, 0); in getsockopt_0600() local 119 int sockfd = socket(AF_INET, SOCK_STREAM, 0); in getsockopt_0700() local 133 int sockfd = socket(AF_INET, SOCK_STREAM, 0); in getsockopt_0800() local 147 int sockfd = socket(AF_INET, SOCK_STREAM, 0); in getsockopt_0900() local 161 int sockfd = socket(AF_INET, SOCK_STREAM, 0); in getsockopt_1000() local [all …]
|
| D | recvmsg.c | 43 int check_recv_message(int sockfd) in check_recv_message() 72 int sockfd = socket(AF_INET, SOCK_DGRAM, IPPROTO_IP); in send_message() local 108 int sockfd = socket(AF_INET, SOCK_DGRAM, IPPROTO_IP); in recv_message() local
|
| D | __recvmmsg_time64.c | 32 int sockfd; in sendsss() local 79 int sockfd, retval; in recvsss() local
|
| D | recvmmsg.c | 30 int sockfd; in sendsss() local 77 int sockfd, retval; in recvsss() local
|
| D | sendmsg.c | 31 int sockfd; in sendmsg_0100() local
|
| D | sendmmsg.c | 31 int sockfd; in sendmmsg_0100() local
|
| /third_party/musl/libc-test/src/functionalext/fortify/ |
| 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 = -1; in fd_clr_0020() local 182 int sockfd = 1024; in fd_clr_0030() local 212 int sockfd = 0; in fd_isset_0010() local 229 int sockfd = -1; in fd_isset_0020() local 245 int sockfd = 1024; in fd_isset_0030() local
|
| /third_party/ltp/testcases/kernel/syscalls/sendmmsg/ |
| D | sendmmsg_var.h | 12 static inline int libc_sendmmsg(int sockfd, struct mmsghdr *msgvec, in libc_sendmmsg() 23 static inline int sys_sendmmsg(int sockfd, struct mmsghdr *msgvec, in sys_sendmmsg() 29 static inline int libc_recvmmsg(int sockfd, struct mmsghdr *msgvec, in libc_recvmmsg() 40 static inline int sys_recvmmsg(int sockfd, struct mmsghdr *msgvec, in sys_recvmmsg() 46 static inline int sys_recvmmsg64(int sockfd, struct mmsghdr *msgvec, in sys_recvmmsg64()
|
| /third_party/ltp/lib/ |
| D | safe_net.c | 85 int tst_getsockport(const char *file, const int lineno, int sockfd) in tst_getsockport() 169 int safe_getsockopt(const char *file, const int lineno, int sockfd, int level, in safe_getsockopt() 187 int safe_setsockopt(const char *file, const int lineno, int sockfd, int level, in safe_setsockopt() 208 int sockfd, const void *buf, size_t len, int flags) in safe_send() 228 int sockfd, const void *buf, size_t len, int flags, in safe_sendto() 254 int sockfd, const struct msghdr *msg, int flags) in safe_sendmsg() 277 int sockfd, void *buf, size_t size, int flags) in safe_recv() 302 int sockfd, struct msghdr *msg, int flags) in safe_recvmsg() 390 int sockfd, struct sockaddr *addr, socklen_t *addrlen) in safe_accept() 409 int sockfd, const struct sockaddr *addr, socklen_t addrlen) in safe_connect() [all …]
|
| /third_party/ltp/testcases/kernel/sched/clisrv/ |
| D | pthcli.c | 63 void str_cli(FILE *fp, int sockfd) in str_cli() 100 int sockfd; in main() local
|
| D | pthserv.c | 51 int sockfd; variable 56 int str_echo(int sockfd) in str_echo()
|
| /third_party/ltp/include/ |
| D | tst_safe_net.h | 35 #define SAFE_SEND(strict, sockfd, buf, len, flags) \ argument 58 #define SAFE_ACCEPT(sockfd, addr, addrlen) \ argument 61 #define SAFE_CONNECT(sockfd, addr, addrlen) \ argument 64 #define SAFE_GETSOCKNAME(sockfd, addr, addrlen) \ argument 74 #define TST_GETSOCKPORT(sockfd) \ argument
|
| /third_party/curl/docs/examples/ |
| D | sendrecv.c | 34 static int wait_on_socket(curl_socket_t sockfd, int for_recv, long timeout_ms) in wait_on_socket() 90 curl_socket_t sockfd; in main() local
|
| D | externalsocket.c | 71 curl_socket_t sockfd; in opensocket() local 95 curl_socket_t sockfd; in main() local
|
| /third_party/toybox/toys/net/ |
| D | netcat.c | 77 int sockfd; in usock() local 96 int sockfd = -1, in1 = 0, in2 = 0, out1 = 1, out2 = 1, family = AF_UNSPEC, in netcat_main() local
|
| /third_party/curl/lib/ |
| D | memdebug.c | 307 curl_socket_t sockfd; in curl_dbg_socket() local 321 SEND_TYPE_RETV curl_dbg_send(SEND_TYPE_ARG1 sockfd, in curl_dbg_send() 336 RECV_TYPE_RETV curl_dbg_recv(RECV_TYPE_ARG1 sockfd, RECV_TYPE_ARG2 buf, in curl_dbg_recv() 372 curl_socket_t sockfd = accept(s, addr, addrlen); in curl_dbg_accept() local 382 void curl_dbg_mark_sclose(curl_socket_t sockfd, int line, const char *source) in curl_dbg_mark_sclose() 390 int curl_dbg_sclose(curl_socket_t sockfd, int line, const char *source) in curl_dbg_sclose()
|
| D | dict.c | 128 static CURLcode sendf(curl_socket_t sockfd, struct Curl_easy *data, in sendf() 182 curl_socket_t sockfd = conn->sock[FIRSTSOCKET]; in dict_do() local
|
| D | nonblock.c | 46 int curlx_nonblock(curl_socket_t sockfd, /* operate on this */ in curlx_nonblock()
|
| /third_party/ltp/include/old/ |
| D | old_safe_net.h | 40 #define SAFE_CONNECT(cleanup_fn, sockfd, addr, addrlen) \ argument 43 #define SAFE_GETSOCKNAME(cleanup_fn, sockfd, addr, addrlen) \ argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
| D | fortify_test.cpp | 19 int sockfd = socket(AF_INET, SOCK_DGRAM, 0); variable
|
| /third_party/node/deps/cares/src/lib/ |
| D | ares__socket.c | 97 static int setsocknonblock(ares_socket_t sockfd, /* operate on this */ in setsocknonblock() 156 static void set_ipv6_v6only(ares_socket_t sockfd, int on) in set_ipv6_v6only() 406 int ares__connect_socket(ares_channel_t *channel, ares_socket_t sockfd, in ares__connect_socket()
|
| /third_party/ltp/testcases/kernel/syscalls/sendto/ |
| D | sendto02.c | 33 static int sockfd; variable
|
| /third_party/ltp/testcases/kernel/syscalls/bind/ |
| D | bind02.c | 32 int sockfd; in run() local
|
| /third_party/libuv/docs/code/uvwget/ |
| D | main.c | 13 curl_socket_t sockfd; member 16 curl_context_t *create_curl_context(curl_socket_t sockfd) { in create_curl_context()
|
| /third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
| D | setsockopt04.c | 25 static int sockfd; variable
|