Home
last modified time | relevance | path

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

/xnu-8792.81.2/libsyscall/wrappers/legacy/
H A Daccept.c46 accept(int s, struct sockaddr *addr, socklen_t *addrlen) in accept() function
/xnu-8792.81.2/tests/
H A Daccept_race.c55 int c = accept(sock, (struct sockaddr *)&sin, &slen); in server()
H A Dtcp_input_outputopts_uaf_56155583.c94 close(accept(s, (struct sockaddr *)&addr, &addr_len));
H A Dinet_transfer.c397 new_fd = accept(server->server_fd, &new_client.sa, &socklen); in inet_socket_server_accept()
H A Dvsock.c138 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 Dtest_controller.py26 client_socket, _ = control_socket.accept()
/xnu-8792.81.2/tools/lldbmacros/usertaskdebugging/
H A Dinterface.py34 self.connection, addr = self.socket.accept()
/xnu-8792.81.2/bsd/man/man2/
H A DMakefile23 accept.2 \
/xnu-8792.81.2/libsyscall/mach/
H A Derr_mach_ipc.sub62 /* 22 */ "(ipc/send) destination does not accept OOL ports",
/xnu-8792.81.2/bsd/sys/
H A Dsocket.h1492 int accept(int, struct sockaddr * __restrict, socklen_t * __restrict)
1493 __DARWIN_ALIAS_C(accept);
/xnu-8792.81.2/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj98 …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 DAPPLE_LICENSE77 the date You accept this License and download the Original Code, a
/xnu-8792.81.2/bsd/kern/
H A Duipc_syscalls.c696 accept(proc_ref_t p, struct accept_args *uap, int32_ref_t retval) in accept() function