Home
last modified time | relevance | path

Searched refs:comm_point_perform_accept (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/unbound/util/
HDnetevent.h597 int comm_point_perform_accept(struct comm_point* c,
HDnetevent.c744 int comm_point_perform_accept(struct comm_point* c, in comm_point_perform_accept() function
872 new_fd = comm_point_perform_accept(c, &c_hdl->repinfo.addr, in comm_point_tcp_accept_callback()
/NextBSD/contrib/unbound/daemon/
HDremote.c517 newfd = comm_point_perform_accept(c, &addr, &addrlen); in remote_accept_callback()