Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.h862 int comm_point_perform_accept(struct comm_point* c,
H A Dnetevent.c2978 int comm_point_perform_accept(struct comm_point* c, function
3272 new_fd = comm_point_perform_accept(c, &c_hdl->repinfo.remote_addr,
/freebsd/contrib/unbound/daemon/
H A Dremote.c481 newfd = comm_point_perform_accept(c, &addr, &addrlen); in remote_accept_callback()