Searched refs:client_ok (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dhttpd.h41 isc_httpdclientok_t *client_ok,
/bind-9.6-ESV-R11/lib/isc/
H A Dhttpd.c143 isc_httpdclientok_t *client_ok; /*%< client validator */ member in struct:isc_httpdmgr
257 isc_httpdclientok_t *client_ok,
286 httpd->client_ok = client_ok;
545 if (httpdmgr->client_ok != NULL &&
546 !(httpdmgr->client_ok)(&peeraddr, httpdmgr->cb_arg)) {
256 isc_httpdmgr_create(isc_mem_t *mctx, isc_socket_t *sock, isc_task_t *task, isc_httpdclientok_t *client_ok, isc_httpdondestroy_t *ondestroy, void *cb_arg, isc_timermgr_t *tmgr, isc_httpdmgr_t **httpdp) argument
/bind-9.6-ESV-R11/bin/named/
H A Dstatschannel.c1042 client_ok(const isc_sockaddr_t *fromaddr, void *arg) { function
1144 result = isc_httpdmgr_create(server->mctx, sock, task, client_ok,

Completed in 1066 milliseconds