Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 19 of 19) sorted by relevance

/xnu-12377.1.9/libsyscall/wrappers/legacy/
H A Daccept.c46 accept(int s, struct sockaddr *addr, socklen_t *addrlen) in accept() function
/xnu-12377.1.9/tests/
H A Daccept_race.c65 int c = accept(sock, (struct sockaddr *)&sin, &slen); in server()
H A Dtcp_input_outputopts_uaf_56155583.c96 close(accept(s, (struct sockaddr *)&addr, &addr_len));
H A Dvsock_helpers.c181 int accepted_socket = accept(listen_socket, (struct sockaddr *)&accepted_addr, &addrlen); in vsock_connect_peers()
H A Dinet_transfer.c397 new_fd = accept(server->server_fd, &new_client.sa, &socklen); in inet_socket_server_accept()
/xnu-12377.1.9/tools/tests/perf_index/
H A Dtest_controller.py26 client_socket, _ = control_socket.accept()
/xnu-12377.1.9/tools/lldbmacros/usertaskdebugging/
H A Dinterface.py29 self.connection, addr = self.socket.accept()
/xnu-12377.1.9/bsd/sys/
H A Dsocket.h785 int accept(int, struct sockaddr * __restrict, socklen_t * __restrict)
786 __DARWIN_ALIAS_C(accept);
/xnu-12377.1.9/bsd/man/man2/
H A DMakefile23 accept.2 \
/xnu-12377.1.9/libsyscall/mach/
H A Derr_mach_ipc.sub62 /* 22 */ "(ipc/send) destination does not accept OOL ports",
/xnu-12377.1.9/tests/skywalk/
H A Dskt_filter.c634 recv_client_fd = accept(recv_server_fd, in filter_wait_for_clients()
640 send_client_fd = accept(send_server_fd, in filter_wait_for_clients()
967 fd = accept(receiver_fd, (struct sockaddr *)&sin, &sz); in receiver_socket_start()
H A Dskt_utunloop.c458 error = accept(s, (struct sockaddr *)&sin, &slen); in acceptsock()
H A Dskt_flowswitch_ns_reserve.c92 fd = accept(ta->ta_sock, &sa, &slen); in reader_thread_bsd()
/xnu-12377.1.9/osfmk/arm64/corecrypto/
H A Dsha256_compress_arm64.s5 # people who accept that license. IMPORTANT: Any license rights granted to you by
/xnu-12377.1.9/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj98 …24A7C5BC11FF8DA6007669EB /* accept.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5AE11FF8D…
529 …5AE11FF8DA6007669EB /* accept.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
980 24A7C5AE11FF8DA6007669EB /* accept.c */,
1546 24A7C5BC11FF8DA6007669EB /* accept.c in Sources */,
/xnu-12377.1.9/doc/primitives/
H A Dstring-handling.md60 `strncpy` doesn't NUL-terminate the output buffer, and `strncat` doesn't accept
/xnu-12377.1.9/doc/debugging/
H A Ddebugging.md32 Some LLDB APIs no longer accept a string in place of binary data in Python 3.
/xnu-12377.1.9/
H A DAPPLE_LICENSE77 the date You accept this License and download the Original Code, a
/xnu-12377.1.9/bsd/kern/
H A Duipc_syscalls.c725 accept(proc_ref_t p, struct accept_args *uap, int32_ref_t retval) in accept() function