Lines Matching defs:sock
38 static void test_bind(int sock, struct sockaddr *addr, socklen_t addrlen) in test_bind()
45 static void test_listen(int sock) in test_listen()
52 static void test_connect(int sock, struct sockaddr *addr, socklen_t addrlen) in test_connect()
64 static void test_send(int sock, const void *buf, size_t len, int flags) in test_send()
71 static void test_sendto(int sock, const void *buf, size_t len, int flags, in test_sendto()
79 static void test_accept(int sock, int *new_sock, struct sockaddr *addr, in test_accept()
88 static void test_accept_timeout(int sock, int *new_sock, struct sockaddr *addr, in test_accept_timeout()
98 static void test_fcntl(int sock, int cmd, int val) in test_fcntl()
103 static void test_recv(int sock, int flags) in test_recv()
117 static void test_recvfrom(int sock, in test_recvfrom()
134 static void test_recvmsg(int sock, in test_recvmsg()
149 static void test_shutdown(int sock, int how) in test_shutdown()
156 static void test_close(int sock) in test_close()
166 static void test_eof(int sock) in test_eof()
1772 int sock; member
1952 int sock = POINTER_TO_INT(p1); in child_entry() local
1957 static void spawn_child(int sock) in spawn_child()
1969 int sock; in ZTEST() local
2355 int sock, ret; in ZTEST() local