Home
last modified time | relevance | path

Searched refs:listen (Results 1 – 22 of 22) sorted by relevance

/xnu-12377.41.6/tests/
H A Dunp_connect_thread_uaf.c37 T_ASSERT_POSIX_SUCCESS(listen(server_sock, -1), NULL); in server_thread1()
59 T_ASSERT_POSIX_SUCCESS(listen(server_sock, -1), NULL); in server_thread2()
H A Dvsock_helpers.c103 return listen(*socket, backlog); in vsock_listen()
111 return listen(*socket, backlog); in vsock_private_listen()
H A Daccept_race.c60 T_ASSERT_POSIX_SUCCESS(listen(sock, 10), "listen"); in server()
H A Dtcp_input_outputopts_uaf_56155583.c78 T_ASSERT_POSIX_SUCCESS(listen(s, 32), NULL);
H A Dudp_kao_opt.c60 T_ASSERT_POSIX_SUCCESS(listen(s, 128), NULL); in tcp_listen()
H A Dipv6_bind_race.c408 (void)listen(fd, 5);
430 (void)listen(fd, 5);
H A Dtcp_send_implied_connect.c90 T_ASSERT_POSIX_SUCCESS(listen(listen_fd, 10), NULL); in tcp_send_implied_connect_v4()
174 T_ASSERT_POSIX_SUCCESS(listen(listen_fd, 10), NULL); in tcp_send_implied_connect_v6()
H A Dtcp_bind_connect.c98 T_ASSERT_POSIX_SUCCESS(listen(listen_fd, 10), NULL); in tcp_connect_v4()
154 T_ASSERT_POSIX_SUCCESS(listen(listen_fd, 10), NULL); in tcp_connect_v6()
205 T_ASSERT_POSIX_SUCCESS(listen(listen_fd, 10), NULL); in tcp_connectx_v4()
278 T_ASSERT_POSIX_SUCCESS(listen(listen_fd, 10), NULL); in tcp_connectx_v6()
H A Dinet_transfer.c315 if (endpoint->proto == IPPROTO_TCP && listen(s, 1) < 0) { in inet_socket_init_server()
H A Dvsock.c240 T_DECL(listen, "vsock listen on specific port")
H A Dpfkey.c1790 T_QUIET; T_ASSERT_POSIX_SUCCESS(listen(server_fd, 2), "tcp server listen failed"); in setup_tcp_server()
/xnu-12377.41.6/libsyscall/wrappers/legacy/
H A Dlisten.c45 listen(int socket, int backlog) in listen() function
/xnu-12377.41.6/tools/tests/perf_index/
H A Dtest_controller.py24 control_socket.listen(num_clients)
/xnu-12377.41.6/tools/lldbmacros/usertaskdebugging/
H A Dinterface.py21 self.socket.listen(5)
/xnu-12377.41.6/bsd/sys/
H A Dsocket.h794 int listen(int, int) __DARWIN_ALIAS(listen);
/xnu-12377.41.6/bsd/man/man2/
H A DMakefile128 listen.2 \
/xnu-12377.41.6/tests/skywalk/
H A Dskt_listener.c333 error = listen(listener, 5); in skt_listen_stress_main()
H A Dskt_utunloop.c956 error = listen(lsock, 1); in skt_tunloop_common()
967 error = listen(lsock, 1); in skt_tunloop_common()
H A Dskt_filter.c576 error = listen(fd, 1); in filter_server_setup()
901 error = listen(fd, SOCKET_THREADS); in receiver_socket_setup()
H A Dskt_flowswitch_ns_reserve.c159 error = listen(lsock, 1); in skt_flowswitch_ns_bsd()
654 error = listen(lsock, 1); in skt_flowswitch_ns_check_v4mappedv6addr2()
/xnu-12377.41.6/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj104 …24A7C5C311FF8DA6007669EB /* listen.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B511FF8D…
535 …5B511FF8DA6007669EB /* listen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
988 24A7C5B511FF8DA6007669EB /* listen.c */,
1557 24A7C5C311FF8DA6007669EB /* listen.c in Sources */,
/xnu-12377.41.6/bsd/kern/
H A Duipc_syscalls.c407 listen(__unused proc_ref_t p, struct listen_args *uap, in listen() function