HomeSort by: relevance | last modified time | path
    Searched refs:proxyhandle (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/netmgr/
proxyudp.c 23 isc_nmhandle_t *proxyhandle; /* socket handle */ member in struct:proxyudp_send_req
70 isc_nmhandle_t *proxyhandle, isc_region_t *client_data,
137 isc_nmhandle_t *proxyhandle = (isc_nmhandle_t *)cbarg; local
138 isc_nmsocket_t *proxysock = proxyhandle->sock;
150 proxyhandle->proxy_is_unspec = true;
158 proxyhandle->proxy_is_unspec = true;
176 proxyhandle->proxy_is_unspec = true;
190 if (!proxyhandle->proxy_is_unspec) {
193 proxyhandle->local = *dst_addr;
194 proxyhandle->peer = *src_addr
282 isc_nmhandle_t *proxyhandle = NULL; local
410 isc_nmhandle_t *proxyhandle = NULL; local
814 isc_nmhandle_t *proxyhandle = NULL; local
    [all...]
proxystream.c 32 isc_nmhandle_t *proxyhandle; /* PROXY Stream socket handle */ member in struct:proxystream_send_req
89 isc_nmhandle_t *proxyhandle, isc_nm_cb_t cb,
115 isc_nmhandle_t *proxyhandle = NULL; local
187 proxyhandle = isc__nmhandle_get(
192 proxyhandle = isc__nmhandle_get(sock, src_addr,
195 proxyhandle->proxy_is_unspec = is_unspec;
196 isc__nm_received_proxy_header_log(proxyhandle, cmd,
199 accept_result = sock->accept_cb(proxyhandle, result,
201 isc_nmhandle_detach(&proxyhandle);
396 isc_nmhandle_t *proxyhandle = NULL local
419 isc_nmhandle_t *proxyhandle = NULL; local
1038 isc_nmhandle_t *proxyhandle = NULL; local
    [all...]
netmgr.c 2259 isc_nmhandle_t *proxyhandle; local
2267 proxyhandle = get_proxy_handle(handle);
2268 if (proxyhandle == NULL) {
2272 return proxyhandle->proxy_is_unspec;
2278 isc_nmhandle_t *proxyhandle; local
2281 proxyhandle = get_proxy_handle(handle);
2282 if (proxyhandle == NULL) {
2286 INSIST(VALID_NMSOCK(proxyhandle->sock));
2288 if (isc_nmhandle_is_stream(proxyhandle)) {
2289 addr = isc_nmhandle_peeraddr(proxyhandle->sock->outerhandle)
2301 isc_nmhandle_t *proxyhandle; local
    [all...]

Completed in 18 milliseconds