Searched refs:listen (Results 1 – 16 of 16) sorted by relevance
| /xnu-10002.1.13/tests/ |
| H A D | unp_connect_thread_uaf.c | 35 T_ASSERT_POSIX_SUCCESS(listen(server_sock, -1), NULL); in server_thread1() 57 T_ASSERT_POSIX_SUCCESS(listen(server_sock, -1), NULL); in server_thread2()
|
| H A D | accept_race.c | 58 T_ASSERT_POSIX_SUCCESS(listen(sock, 10), "listen"); in server()
|
| H A D | tcp_input_outputopts_uaf_56155583.c | 76 T_ASSERT_POSIX_SUCCESS(listen(s, 32), NULL);
|
| H A D | udp_kao_opt.c | 60 T_ASSERT_POSIX_SUCCESS(listen(s, 128), NULL); in tcp_listen()
|
| H A D | tcp_send_implied_connect.c | 88 T_ASSERT_POSIX_SUCCESS(listen(listen_fd, 10), NULL); in tcp_send_implied_connect_v4() 172 T_ASSERT_POSIX_SUCCESS(listen(listen_fd, 10), NULL); in tcp_send_implied_connect_v6()
|
| H A D | tcp_bind_connect.c | 88 T_ASSERT_POSIX_SUCCESS(listen(listen_fd, 10), NULL); in tcp_connect_v4() 144 T_ASSERT_POSIX_SUCCESS(listen(listen_fd, 10), NULL); in tcp_connect_v6()
|
| H A D | vsock.c | 86 return listen(*socket, backlog); in vsock_listen() 421 T_DECL(listen, "vsock listen on specific port")
|
| H A D | inet_transfer.c | 315 if (endpoint->proto == IPPROTO_TCP && listen(s, 1) < 0) { in inet_socket_init_server()
|
| H A D | pfkey.c | 1704 T_QUIET; T_ASSERT_POSIX_SUCCESS(listen(server_fd, 2), "tcp server listen failed"); in setup_tcp_server()
|
| /xnu-10002.1.13/libsyscall/wrappers/legacy/ |
| H A D | listen.c | 45 listen(int socket, int backlog) in listen() function
|
| /xnu-10002.1.13/tools/tests/perf_index/ |
| H A D | test_controller.py | 24 control_socket.listen(num_clients)
|
| /xnu-10002.1.13/tools/lldbmacros/usertaskdebugging/ |
| H A D | interface.py | 26 self.socket.listen(5)
|
| /xnu-10002.1.13/bsd/man/man2/ |
| H A D | Makefile | 126 listen.2 \
|
| /xnu-10002.1.13/bsd/sys/ |
| H A D | socket.h | 1508 int listen(int, int) __DARWIN_ALIAS(listen);
|
| /xnu-10002.1.13/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 104 …24A7C5C311FF8DA6007669EB /* listen.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B511FF8D… 533 …5B511FF8DA6007669EB /* listen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 981 24A7C5B511FF8DA6007669EB /* listen.c */, 1549 24A7C5C311FF8DA6007669EB /* listen.c in Sources */,
|
| /xnu-10002.1.13/bsd/kern/ |
| H A D | uipc_syscalls.c | 413 listen(__unused proc_ref_t p, struct listen_args *uap, in listen() function
|