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

  /src/external/mpl/bind/dist/bin/delv/
delv.c 98 static dns_dispatch_t *dispatch6 = NULL; variable
2005 if (dispatch6 != NULL) {
2006 dns_dispatch_detach(&dispatch6);
2232 CHECK(dns_dispatch_createudp(dispatchmgr, a, &dispatch6));
2258 dispatch4, dispatch6));
  /src/external/mpl/bind/dist/bin/named/
server.c 4213 dns_dispatch_t *dispatch6 = NULL; local
4910 CHECK(get_view_querysource_dispatch(maps, AF_INET6, &dispatch6,
4912 if (dispatch4 == NULL && dispatch6 == NULL) {
4921 dispatch4, dispatch6));
6273 if (dispatch6 != NULL) {
6274 dns_dispatch_detach(&dispatch6);

Completed in 64 milliseconds