| /freebsd/lib/libc/sys/ |
| H A D | accept4.c | 37 #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 D | Symbol.map | 45 accept4;
|
| /freebsd/lib/libsys/ |
| H A D | interposing_table.c | 39 SLOT(accept4, __sys_accept4),
|
| H A D | Makefile.sys | 61 accept4 \ 401 MLINKS+=accept.2 accept4.2
|
| /freebsd/cddl/contrib/opensolaris/tests/os-tests/tests/oclo/ |
| H A D | oclo_errors.c | 124 fd = accept4(sock, NULL, NULL, flags); in oclo_accept()
|
| H A D | oclo.c | 532 asock = accept4(lsock, NULL, NULL, atype); in oclo_accept_common()
|
| /freebsd/contrib/netbsd-tests/net/net/ |
| H A D | t_tcp.c | 65 #define paccept(a, b, c, d, e) accept4((a), (b), (c), (e))
|
| /freebsd/sys/sys/ |
| H A D | socket.h | 706 int accept4(int, struct sockaddr * __restrict, socklen_t * __restrict, int);
|
| H A D | syscall.mk | 388 accept4.o \
|
| /freebsd/usr.sbin/virtual_oss/virtual_bt_speaker/ |
| H A D | bt_speaker.c | 303 int fd = accept4(c->r->fd_listen, in process_connection()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 1227 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 D | thr_syscalls.c | 665 SLOT(accept4); in __thr_interpose_libc()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Socket.cpp | 482 static_cast<NativeSocket>(-1), ::accept4, sockfd, addr, addrlen, flags); in AcceptSocket()
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | event-config.h.cmake | 47 /* Define to 1 if you have the `accept4' function. */
|
| H A D | config.h.in | 12 /* Define to 1 if you have the `accept4' function. */
|
| H A D | configure.ac | 361 accept4 \
|
| H A D | evutil.c | 2638 result = accept4(sockfd, addr, addrlen, flags); in evutil_accept4_()
|
| H A D | CMakeLists.txt | 491 accept4
|
| /freebsd/contrib/libevent/ |
| H A D | event-config.h.cmake | 47 /* Define to 1 if you have the `accept4' function. */
|
| H A D | config.h.in | 12 /* Define to 1 if you have the `accept4' function. */
|
| H A D | configure.ac | 361 accept4 \
|
| H A D | evutil.c | 2638 result = accept4(sockfd, addr, addrlen, flags); in evutil_accept4_()
|
| H A D | CMakeLists.txt | 491 accept4
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | gdb.c | 2112 s = accept4(fd, NULL, NULL, SOCK_NONBLOCK); in new_connection()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
| H A D | rtsan_test_interceptors_posix.cpp | 1389 EXPECT_LT(accept4(kNotASocketFd, nullptr, nullptr, 0), 0); in TEST()
|