Searched refs:connect_fd (Results 1 - 12 of 12) sorted by relevance

/external/strace/tests/
H A Dnet-y-unix.c93 int connect_fd = socket(AF_UNIX, SOCK_STREAM, 0); local
94 if (connect_fd < 0)
96 unsigned long connect_inode = inode_of_sockfd(connect_fd);
98 connect_fd, connect_inode);
100 if (connect(connect_fd, listen_sa, *len))
104 connect_fd, connect_inode, TEST_SOCKET, (unsigned) *len);
121 if (getpeername(connect_fd, listen_sa, len))
124 ", sun_path=\"%s\"}, [%d->%d]) = 0\n", connect_fd, connect_inode,
128 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
132 connect_fd, connect_inod
[all...]
H A Dnet-yy-unix.c94 int connect_fd = socket(AF_UNIX, SOCK_STREAM, 0); local
95 if (connect_fd < 0)
97 unsigned long connect_inode = inode_of_sockfd(connect_fd);
99 connect_fd, connect_inode);
101 if (connect(connect_fd, listen_sa, *len))
105 connect_fd, connect_inode, TEST_SOCKET, (unsigned) *len);
122 if (getpeername(connect_fd, listen_sa, len))
126 connect_fd, connect_inode,
130 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
134 connect_fd, connect_inod
[all...]
H A Dnet-yy-inet.c91 const int connect_fd = socket(AF_INET, SOCK_STREAM, 0); local
92 if (connect_fd < 0)
94 const unsigned long connect_inode = inode_of_sockfd(connect_fd);
96 connect_fd, connect_inode);
99 if (connect(connect_fd, listen_sa, *len))
103 connect_fd, connect_inode, listen_port, (unsigned) *len);
131 if (getpeername(connect_fd, listen_sa, len))
136 connect_fd, connect_port, listen_port, listen_port,
140 if (setsockopt(connect_fd, SOL_TCP, TCP_MAXSEG, optval, *len))
144 connect_fd, connect_por
[all...]
/external/strace/tests-m32/
H A Dnet-y-unix.c93 int connect_fd = socket(AF_UNIX, SOCK_STREAM, 0); local
94 if (connect_fd < 0)
96 unsigned long connect_inode = inode_of_sockfd(connect_fd);
98 connect_fd, connect_inode);
100 if (connect(connect_fd, listen_sa, *len))
104 connect_fd, connect_inode, TEST_SOCKET, (unsigned) *len);
121 if (getpeername(connect_fd, listen_sa, len))
124 ", sun_path=\"%s\"}, [%d->%d]) = 0\n", connect_fd, connect_inode,
128 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
132 connect_fd, connect_inod
[all...]
H A Dnet-yy-unix.c94 int connect_fd = socket(AF_UNIX, SOCK_STREAM, 0); local
95 if (connect_fd < 0)
97 unsigned long connect_inode = inode_of_sockfd(connect_fd);
99 connect_fd, connect_inode);
101 if (connect(connect_fd, listen_sa, *len))
105 connect_fd, connect_inode, TEST_SOCKET, (unsigned) *len);
122 if (getpeername(connect_fd, listen_sa, len))
126 connect_fd, connect_inode,
130 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
134 connect_fd, connect_inod
[all...]
H A Dnet-yy-inet.c91 const int connect_fd = socket(AF_INET, SOCK_STREAM, 0); local
92 if (connect_fd < 0)
94 const unsigned long connect_inode = inode_of_sockfd(connect_fd);
96 connect_fd, connect_inode);
99 if (connect(connect_fd, listen_sa, *len))
103 connect_fd, connect_inode, listen_port, (unsigned) *len);
131 if (getpeername(connect_fd, listen_sa, len))
136 connect_fd, connect_port, listen_port, listen_port,
140 if (setsockopt(connect_fd, SOL_TCP, TCP_MAXSEG, optval, *len))
144 connect_fd, connect_por
[all...]
/external/strace/tests-mx32/
H A Dnet-y-unix.c93 int connect_fd = socket(AF_UNIX, SOCK_STREAM, 0); local
94 if (connect_fd < 0)
96 unsigned long connect_inode = inode_of_sockfd(connect_fd);
98 connect_fd, connect_inode);
100 if (connect(connect_fd, listen_sa, *len))
104 connect_fd, connect_inode, TEST_SOCKET, (unsigned) *len);
121 if (getpeername(connect_fd, listen_sa, len))
124 ", sun_path=\"%s\"}, [%d->%d]) = 0\n", connect_fd, connect_inode,
128 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
132 connect_fd, connect_inod
[all...]
H A Dnet-yy-unix.c94 int connect_fd = socket(AF_UNIX, SOCK_STREAM, 0); local
95 if (connect_fd < 0)
97 unsigned long connect_inode = inode_of_sockfd(connect_fd);
99 connect_fd, connect_inode);
101 if (connect(connect_fd, listen_sa, *len))
105 connect_fd, connect_inode, TEST_SOCKET, (unsigned) *len);
122 if (getpeername(connect_fd, listen_sa, len))
126 connect_fd, connect_inode,
130 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
134 connect_fd, connect_inod
[all...]
H A Dnet-yy-inet.c91 const int connect_fd = socket(AF_INET, SOCK_STREAM, 0); local
92 if (connect_fd < 0)
94 const unsigned long connect_inode = inode_of_sockfd(connect_fd);
96 connect_fd, connect_inode);
99 if (connect(connect_fd, listen_sa, *len))
103 connect_fd, connect_inode, listen_port, (unsigned) *len);
131 if (getpeername(connect_fd, listen_sa, len))
136 connect_fd, connect_port, listen_port, listen_port,
140 if (setsockopt(connect_fd, SOL_TCP, TCP_MAXSEG, optval, *len))
144 connect_fd, connect_por
[all...]
/external/ltp/testcases/network/lib6/
H A Dasapi_01.c336 static int listen_fd, connect_fd; variable
340 connect_fd = accept(listen_fd, 0, 0);
373 fd[1] = connect_fd;
/external/libmicrohttpd/src/examples/
H A Dmhd2spdy_http.c108 ret = setsockopt(info->connect_fd, IPPROTO_TCP, TCP_NODELAY, &val, (socklen_t)sizeof(val));
/external/libmicrohttpd/src/include/
H A Dmicrohttpd.h1063 MHD_socket connect_fd; member in union:MHD_ConnectionInfo

Completed in 217 milliseconds