Searched refs:accept (Results 1 – 13 of 13) sorted by relevance
| /xnu-8792.81.2/libsyscall/wrappers/legacy/ |
| H A D | accept.c | 46 accept(int s, struct sockaddr *addr, socklen_t *addrlen) in accept() function
|
| /xnu-8792.81.2/tests/ |
| H A D | accept_race.c | 55 int c = accept(sock, (struct sockaddr *)&sin, &slen); in server()
|
| H A D | tcp_input_outputopts_uaf_56155583.c | 94 close(accept(s, (struct sockaddr *)&addr, &addr_len));
|
| H A D | inet_transfer.c | 397 new_fd = accept(server->server_fd, &new_client.sa, &socklen); in inet_socket_server_accept()
|
| H A D | vsock.c | 138 int accepted_socket = accept(listen_socket, (struct sockaddr *)&accepted_addr, &addrlen); in vsock_connect_peers()
|
| /xnu-8792.81.2/tools/tests/perf_index/ |
| H A D | test_controller.py | 26 client_socket, _ = control_socket.accept()
|
| /xnu-8792.81.2/tools/lldbmacros/usertaskdebugging/ |
| H A D | interface.py | 34 self.connection, addr = self.socket.accept()
|
| /xnu-8792.81.2/bsd/man/man2/ |
| H A D | Makefile | 23 accept.2 \
|
| /xnu-8792.81.2/libsyscall/mach/ |
| H A D | err_mach_ipc.sub | 62 /* 22 */ "(ipc/send) destination does not accept OOL ports",
|
| /xnu-8792.81.2/bsd/sys/ |
| H A D | socket.h | 1492 int accept(int, struct sockaddr * __restrict, socklen_t * __restrict) 1493 __DARWIN_ALIAS_C(accept);
|
| /xnu-8792.81.2/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 98 …24A7C5BC11FF8DA6007669EB /* accept.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5AE11FF8D… 524 …5AE11FF8DA6007669EB /* accept.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 965 24A7C5AE11FF8DA6007669EB /* accept.c */, 1504 24A7C5BC11FF8DA6007669EB /* accept.c in Sources */,
|
| /xnu-8792.81.2/ |
| H A D | APPLE_LICENSE | 77 the date You accept this License and download the Original Code, a
|
| /xnu-8792.81.2/bsd/kern/ |
| H A D | uipc_syscalls.c | 696 accept(proc_ref_t p, struct accept_args *uap, int32_ref_t retval) in accept() function
|