Home
last modified time | relevance | path

Searched refs:accept4 (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/lib/libc/sys/
H A Daccept4.c37 #pragma weak accept4 macro
39 accept4(int s, struct sockaddr *addr, socklen_t *addrlen, int flags) in accept4() function
41 return (INTERPOS_SYS(accept4, s, addr, addrlen, flags)); in accept4()
H A DSymbol.map45 accept4;
/freebsd/lib/libsys/
H A Dinterposing_table.c39 SLOT(accept4, __sys_accept4),
H A DMakefile.sys61 accept4 \
401 MLINKS+=accept.2 accept4.2
/freebsd/cddl/contrib/opensolaris/tests/os-tests/tests/oclo/
H A Doclo_errors.c124 fd = accept4(sock, NULL, NULL, flags); in oclo_accept()
H A Doclo.c532 asock = accept4(lsock, NULL, NULL, atype); in oclo_accept_common()
/freebsd/contrib/netbsd-tests/net/net/
H A Dt_tcp.c65 #define paccept(a, b, c, d, e) accept4((a), (b), (c), (e))
/freebsd/sys/sys/
H A Dsocket.h706 int accept4(int, struct sockaddr * __restrict, socklen_t * __restrict, int);
H A Dsyscall.mk388 accept4.o \
/freebsd/usr.sbin/virtual_oss/virtual_bt_speaker/
H A Dbt_speaker.c303 int fd = accept4(c->r->fd_listen, in process_connection()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp1227 INTERCEPTOR(int, accept4, int socket, struct sockaddr *address, argument
1230 return REAL(accept4)(socket, address, address_len, flags);
1232 #define RTSAN_MAYBE_INTERCEPT_ACCEPT4 INTERCEPT_FUNCTION(accept4)
/freebsd/lib/libthr/thread/
H A Dthr_syscalls.c665 SLOT(accept4); in __thr_interpose_libc()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp482 static_cast<NativeSocket>(-1), ::accept4, sockfd, addr, addrlen, flags); in AcceptSocket()
/freebsd/contrib/ntp/sntp/libevent/
H A Devent-config.h.cmake47 /* Define to 1 if you have the `accept4' function. */
H A Dconfig.h.in12 /* Define to 1 if you have the `accept4' function. */
H A Dconfigure.ac361 accept4 \
H A Devutil.c2638 result = accept4(sockfd, addr, addrlen, flags); in evutil_accept4_()
H A DCMakeLists.txt491 accept4
/freebsd/contrib/libevent/
H A Devent-config.h.cmake47 /* Define to 1 if you have the `accept4' function. */
H A Dconfig.h.in12 /* Define to 1 if you have the `accept4' function. */
H A Dconfigure.ac361 accept4 \
H A Devutil.c2638 result = accept4(sockfd, addr, addrlen, flags); in evutil_accept4_()
H A DCMakeLists.txt491 accept4
/freebsd/usr.sbin/bhyve/
H A Dgdb.c2112 s = accept4(fd, NULL, NULL, SOCK_NONBLOCK); in new_connection()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_interceptors_posix.cpp1389 EXPECT_LT(accept4(kNotASocketFd, nullptr, nullptr, 0), 0); in TEST()

12