HomeSort by: relevance | last modified time | path
    Searched defs:remote_accept_callback (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/unbound/dist/smallapp/
worker_cb.c 76 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c), function
  /src/external/bsd/unbound/dist/libunbound/
libworker.c 951 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c), function
  /src/external/bsd/unbound/dist/testcode/
testbound.c 646 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c), function
  /src/external/bsd/nsd/dist/
remote.c 223 remote_accept_callback(int fd, short event, void* arg);
563 event_set(&p->c, fd, EV_PERSIST|EV_READ, remote_accept_callback,
574 remote_accept_callback(int fd, short event, void* arg) function
  /src/external/bsd/unbound/dist/dnstap/
unbound-dnstap-socket.c 1633 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c), function
  /src/external/bsd/unbound/dist/daemon/
remote.c 430 &remote_accept_callback, rc);
468 int remote_accept_callback(struct comm_point* c, void* arg, int err, function
477 log_err("error %d on remote_accept_callback", err);

Completed in 24 milliseconds