Lines Matching defs:sock
88 static void test_fcntl(int sock, int cmd, int val) in test_fcntl()
93 static void test_bind(int sock, struct sockaddr *addr, socklen_t addrlen) in test_bind()
100 static void test_listen(int sock) in test_listen()
107 static void test_connect(int sock, struct sockaddr *addr, socklen_t addrlen) in test_connect()
121 static void test_send(int sock, const void *buf, size_t len, int flags) in test_send()
128 static void test_sendmsg(int sock, const struct msghdr *msg, int flags) in test_sendmsg()
143 static void test_accept(int sock, int *new_sock, struct sockaddr *addr, in test_accept()
152 static void test_shutdown(int sock, int how) in test_shutdown()
159 static void test_close(int sock) in test_close()
184 static void test_eof(int sock) in test_eof()
257 int sock; member
279 int sock; member
524 int sock; member
588 int sock; member
928 int sock; member
1232 int sock; member
1471 int sock; member