Searched refs:currentserver (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | client.c | 257 isc_sockaddr_t *currentserver; member 1876 uctx->currentserver = ISC_LIST_NEXT(uctx->currentserver, link); in update_done() 1891 !uctx->canceled && uctx->currentserver != NULL) in update_done() 1906 uctx->currentserver, -1, reqoptions, uctx->tsigkey, in update_done() 1932 REQUIRE(uctx->zonename != NULL && uctx->currentserver != NULL); in send_update() 1965 uctx->currentserver, -1, reqoptions, uctx->tsigkey, timeout, in send_update() 2078 INSIST(uctx->currentserver == NULL); in resolveaddr_done() 2079 uctx->currentserver = ISC_LIST_HEAD(uctx->servers); in resolveaddr_done() 2080 if (uctx->currentserver != NULL && !uctx->canceled) { in resolveaddr_done() 2119 if (uctx->currentserver != NULL) { in process_soa() [all …]
|