HomeSort by relevance Sort by last modified time
    Searched refs:connect_fd (Results 1 - 10 of 10) sorted by null

  /external/strace/tests/
net-y-unix.c 95 int connect_fd = socket(AF_UNIX, SOCK_STREAM, 0); local
96 if (connect_fd < 0)
98 unsigned long connect_inode = inode_of_sockfd(connect_fd);
100 connect_fd, connect_inode);
102 if (connect(connect_fd, listen_sa, *len))
106 connect_fd, connect_inode, TEST_SOCKET, (unsigned) *len);
123 if (getpeername(connect_fd, listen_sa, len))
126 ", sun_path=\"%s\"}, [%d->%d]) = 0\n", connect_fd, connect_inode,
130 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
134 connect_fd, connect_inode, text
    [all...]
net-yy-unix.c 96 int connect_fd = socket(AF_UNIX, SOCK_STREAM, 0); local
97 if (connect_fd < 0)
99 unsigned long connect_inode = inode_of_sockfd(connect_fd);
101 connect_fd, connect_inode);
103 if (connect(connect_fd, listen_sa, *len))
107 connect_fd, connect_inode, TEST_SOCKET, (unsigned) *len);
124 if (getpeername(connect_fd, listen_sa, len))
128 connect_fd, connect_inode,
132 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
136 connect_fd, connect_inode, accept_inode, text
    [all...]
net-yy-inet.c 109 const int connect_fd = socket(ADDR_FAMILY, SOCK_STREAM, 0); local
110 if (connect_fd < 0)
112 const unsigned long connect_inode = inode_of_sockfd(connect_fd);
115 connect_fd, connect_inode);
118 if (connect(connect_fd, listen_sa, *len))
122 connect_fd, connect_inode, listen_port, (unsigned) *len);
150 if (getpeername(connect_fd, listen_sa, len))
155 connect_fd, connect_port, listen_port, listen_port,
159 if (setsockopt(connect_fd, SOL_TCP, TCP_MAXSEG, optval, *len))
163 connect_fd, connect_port, listen_port, *optval
    [all...]
  /external/strace/tests-m32/
net-y-unix.c 95 int connect_fd = socket(AF_UNIX, SOCK_STREAM, 0); local
96 if (connect_fd < 0)
98 unsigned long connect_inode = inode_of_sockfd(connect_fd);
100 connect_fd, connect_inode);
102 if (connect(connect_fd, listen_sa, *len))
106 connect_fd, connect_inode, TEST_SOCKET, (unsigned) *len);
123 if (getpeername(connect_fd, listen_sa, len))
126 ", sun_path=\"%s\"}, [%d->%d]) = 0\n", connect_fd, connect_inode,
130 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
134 connect_fd, connect_inode, text
    [all...]
net-yy-unix.c 96 int connect_fd = socket(AF_UNIX, SOCK_STREAM, 0); local
97 if (connect_fd < 0)
99 unsigned long connect_inode = inode_of_sockfd(connect_fd);
101 connect_fd, connect_inode);
103 if (connect(connect_fd, listen_sa, *len))
107 connect_fd, connect_inode, TEST_SOCKET, (unsigned) *len);
124 if (getpeername(connect_fd, listen_sa, len))
128 connect_fd, connect_inode,
132 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
136 connect_fd, connect_inode, accept_inode, text
    [all...]
net-yy-inet.c 109 const int connect_fd = socket(ADDR_FAMILY, SOCK_STREAM, 0); local
110 if (connect_fd < 0)
112 const unsigned long connect_inode = inode_of_sockfd(connect_fd);
115 connect_fd, connect_inode);
118 if (connect(connect_fd, listen_sa, *len))
122 connect_fd, connect_inode, listen_port, (unsigned) *len);
150 if (getpeername(connect_fd, listen_sa, len))
155 connect_fd, connect_port, listen_port, listen_port,
159 if (setsockopt(connect_fd, SOL_TCP, TCP_MAXSEG, optval, *len))
163 connect_fd, connect_port, listen_port, *optval
    [all...]
  /external/strace/tests-mx32/
net-y-unix.c 95 int connect_fd = socket(AF_UNIX, SOCK_STREAM, 0); local
96 if (connect_fd < 0)
98 unsigned long connect_inode = inode_of_sockfd(connect_fd);
100 connect_fd, connect_inode);
102 if (connect(connect_fd, listen_sa, *len))
106 connect_fd, connect_inode, TEST_SOCKET, (unsigned) *len);
123 if (getpeername(connect_fd, listen_sa, len))
126 ", sun_path=\"%s\"}, [%d->%d]) = 0\n", connect_fd, connect_inode,
130 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
134 connect_fd, connect_inode, text
    [all...]
net-yy-unix.c 96 int connect_fd = socket(AF_UNIX, SOCK_STREAM, 0); local
97 if (connect_fd < 0)
99 unsigned long connect_inode = inode_of_sockfd(connect_fd);
101 connect_fd, connect_inode);
103 if (connect(connect_fd, listen_sa, *len))
107 connect_fd, connect_inode, TEST_SOCKET, (unsigned) *len);
124 if (getpeername(connect_fd, listen_sa, len))
128 connect_fd, connect_inode,
132 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
136 connect_fd, connect_inode, accept_inode, text
    [all...]
net-yy-inet.c 109 const int connect_fd = socket(ADDR_FAMILY, SOCK_STREAM, 0); local
110 if (connect_fd < 0)
112 const unsigned long connect_inode = inode_of_sockfd(connect_fd);
115 connect_fd, connect_inode);
118 if (connect(connect_fd, listen_sa, *len))
122 connect_fd, connect_inode, listen_port, (unsigned) *len);
150 if (getpeername(connect_fd, listen_sa, len))
155 connect_fd, connect_port, listen_port, listen_port,
159 if (setsockopt(connect_fd, SOL_TCP, TCP_MAXSEG, optval, *len))
163 connect_fd, connect_port, listen_port, *optval
    [all...]
  /external/ltp/testcases/network/lib6/
asapi_01.c 336 static int listen_fd, connect_fd; variable
340 connect_fd = accept(listen_fd, 0, 0);
373 fd[1] = connect_fd;

Completed in 567 milliseconds