Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Danet_ff.c138 INIT_FUNCTION(accept4); in ff_mod_init()
280 accept4(int sockfd, struct sockaddr *addr, socklen_t *addrlen, int flags) in accept4() function
283 INIT_FUNCTION(accept4); in accept4()
/f-stack/freebsd/kern/
H A Dcapabilities.conf90 accept4
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_ff_module.c422 accept4(int sockfd, struct sockaddr *addr, socklen_t *addrlen, int flags) in accept4() function
435 return SYSCALL(accept4)(sockfd, addr, addrlen, flags); in accept4()
/f-stack/dpdk/examples/ip_pipeline/
H A Dconn.c164 fd_client = accept4(conn->fd_server, in conn_poll_for_conn()
/f-stack/dpdk/drivers/net/softnic/
H A Dconn.c166 fd_client = accept4(conn->fd_server, in softnic_conn_poll_for_conn()
/f-stack/dpdk/examples/pipeline/
H A Dconn.c166 fd_client = accept4(conn->fd_server, in conn_poll_for_conn()
/f-stack/tools/compat/include/sys/
H A Dsocket.h677 int accept4(int, struct sockaddr * __restrict, socklen_t * __restrict, int);
/f-stack/freebsd/sys/
H A Dsocket.h683 int accept4(int, struct sockaddr * __restrict, socklen_t * __restrict, int);
H A Dsyscall.mk387 accept4.o \
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_accept.c60 s = accept4(lc->fd, &sa.sockaddr, &socklen, SOCK_NONBLOCK);
/f-stack/app/nginx-1.16.1/auto/
H A Dunix507 #ngx_feature="accept4()"
513 #ngx_feature_test="accept4(0, NULL, NULL, SOCK_NONBLOCK)"
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru3250 *) Изменение: использование accept(), если accept4() не реализован;
3280 *) Добавление: поддержка accept4() в Linux.
H A DCHANGES3187 *) Workaround: fallback to accept() syscall if accept4() was not
3219 *) Feature: Linux accept4() support.