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

  /src/external/mpl/bind/dist/lib/isc/netmgr/
streamdns.c 152 isc_nmhandle_t *handle = isc__nmhandle_get(
368 streamhandle = isc__nmhandle_get(sock, &sock->peer, &sock->iface);
384 streamhandle = isc__nmhandle_get(sock, NULL, NULL);
754 nsock->recv_handle = isc__nmhandle_get(nsock, NULL, &iface);
proxystream.c 187 proxyhandle = isc__nmhandle_get(
192 proxyhandle = isc__nmhandle_get(sock, src_addr,
408 proxyhandle = isc__nmhandle_get(sock, &sock->peer, &sock->iface);
454 proxyhandle = isc__nmhandle_get(sock, NULL, NULL);
813 handle = isc__nmhandle_get(sock, &sock->peer, &sock->iface);
proxyudp.c 284 proxyhandle = isc__nmhandle_get(proxysock, &proxysock->peer,
430 proxyhandle = isc__nmhandle_get(sock, &sock->peer, &sock->iface);
440 proxyhandle = isc__nmhandle_get(sock, NULL, NULL);
udp.c 394 req->handle = isc__nmhandle_get(sock, NULL, NULL);
870 req->handle = isc__nmhandle_get(sock, &req->peer, &sock->iface);
netmgr-int.h 181 #define isc__nmhandle_get(sock, peer, local) \ macro
200 #define isc__nmhandle_get(sock, peer, local) \ macro
tlsstream.c 276 handle = isc__nmhandle_get(sock, &sock->peer, &sock->iface);
469 tlshandle = isc__nmhandle_get(sock, &sock->peer, &sock->iface);
1326 tlshandle = isc__nmhandle_get(tlssock, NULL, NULL);
tcp.c 264 req->handle = isc__nmhandle_get(sock, &req->peer, &sock->iface);
969 handle = isc__nmhandle_get(csock, NULL, &local);
http.c 1782 isc_nmhandle_t *httphandle = isc__nmhandle_get(sock, &sock->peer,
1944 req->handle = isc__nmhandle_get(sock, &req->peer, &sock->iface);
2528 handle = isc__nmhandle_get(socket, NULL, NULL);
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
netmgr-int.h 156 #define isc__nmhandle_get(sock, peer, local) \ macro
175 #define isc__nmhandle_get(sock, peer, local) \ macro
tcp.c 318 req->handle = isc__nmhandle_get(sock, &req->peer, &sock->iface);
1035 handle = isc__nmhandle_get(csock, NULL, &local);
tcpdns.c 280 req->handle = isc__nmhandle_get(sock, &req->peer, &sock->iface);
1026 handle = isc__nmhandle_get(csock, NULL, &local);
udp.c 816 req->handle = isc__nmhandle_get(sock, &req->peer, &sock->iface);
netmgr.c 1584 "isc__nmhandle_get():handle %p->references = %" PRIuFAST32 "\n",
2082 req->handle = isc__nmhandle_get(sock, sockaddr, NULL);

Completed in 29 milliseconds