Searched refs:accept4 (Results 1 – 4 of 4) sorted by relevance
/unit/src/ |
H A D | nxt_test_build.c | 48 accept4(int sockfd, struct sockaddr *addr, socklen_t *addrlen, int flags) in accept4() function
|
H A D | nxt_test_build.h | 91 int accept4(int sockfd, struct sockaddr *addr, socklen_t *addrlen, int flags);
|
H A D | nxt_epoll_engine.c | 297 (void) accept4(-1, NULL, NULL, SOCK_NONBLOCK); in nxt_epoll_test_accept4() 1028 s = accept4(lev->socket.fd, sa, &socklen, SOCK_NONBLOCK); in nxt_epoll_conn_io_accept4()
|
/unit/auto/ |
H A D | sockets | 272 # accept4(), Linux 2.6.28/glibc 2.10, NetBSD 6.0, FreeBSD 9.2. 274 nxt_feature="accept4()" 284 accept4(0, NULL, NULL, SOCK_NONBLOCK);
|