| /xnu-12377.81.4/libsyscall/wrappers/legacy/ |
| H A D | accept.c | 46 accept(int s, struct sockaddr *addr, socklen_t *addrlen) in accept() function
|
| /xnu-12377.81.4/tools/tests/perf_index/ |
| H A D | test_controller.py | 26 client_socket, _ = control_socket.accept()
|
| /xnu-12377.81.4/tests/ |
| H A D | accept_race.c | 65 int c = accept(sock, (struct sockaddr *)&sin, &slen); in server()
|
| H A D | tcp_input_outputopts_uaf_56155583.c | 96 close(accept(s, (struct sockaddr *)&addr, &addr_len));
|
| H A D | vsock_helpers.c | 181 int accepted_socket = accept(listen_socket, (struct sockaddr *)&accepted_addr, &addrlen); in vsock_connect_peers()
|
| H A D | inet_transfer.c | 397 new_fd = accept(server->server_fd, &new_client.sa, &socklen); in inet_socket_server_accept()
|
| /xnu-12377.81.4/tools/lldbmacros/usertaskdebugging/ |
| H A D | interface.py | 29 self.connection, addr = self.socket.accept()
|
| /xnu-12377.81.4/bsd/sys/ |
| H A D | socket.h | 785 int accept(int, struct sockaddr * __restrict, socklen_t * __restrict) 786 __DARWIN_ALIAS_C(accept);
|
| /xnu-12377.81.4/bsd/man/man2/ |
| H A D | Makefile | 23 accept.2 \
|
| /xnu-12377.81.4/libsyscall/mach/ |
| H A D | err_mach_ipc.sub | 62 /* 22 */ "(ipc/send) destination does not accept OOL ports",
|
| /xnu-12377.81.4/tests/skywalk/ |
| H A D | skt_filter.c | 634 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 D | skt_utunloop.c | 458 error = accept(s, (struct sockaddr *)&sin, &slen); in acceptsock()
|
| H A D | skt_flowswitch_ns_reserve.c | 92 fd = accept(ta->ta_sock, &sa, &slen); in reader_thread_bsd()
|
| /xnu-12377.81.4/osfmk/arm64/corecrypto/ |
| H A D | sha256_compress_arm64.s | 5 # people who accept that license. IMPORTANT: Any license rights granted to you by
|
| /xnu-12377.81.4/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 98 …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.81.4/doc/primitives/ |
| H A D | string-handling.md | 60 `strncpy` doesn't NUL-terminate the output buffer, and `strncat` doesn't accept
|
| /xnu-12377.81.4/doc/debugging/ |
| H A D | debugging.md | 32 Some LLDB APIs no longer accept a string in place of binary data in Python 3.
|
| /xnu-12377.81.4/ |
| H A D | APPLE_LICENSE | 77 the date You accept this License and download the Original Code, a
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | uipc_syscalls.c | 725 accept(proc_ref_t p, struct accept_args *uap, int32_ref_t retval) in accept() function
|