Searched defs:notify_source (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dpeer.h74 isc_sockaddr_t *notify_source; member in struct:dns_peer
222 dns_peer_setnotifysource(dns_peer_t *peer, const isc_sockaddr_t *notify_source);
225 dns_peer_getnotifysource(dns_peer_t *peer, isc_sockaddr_t *notify_source);
/bind-9.11.3/lib/dns/
H A Dpeer.c236 peer->notify_source = NULL;
304 if (p->notify_source != NULL)
305 isc_mem_put(mem, p->notify_source, sizeof(*p->notify_source));
677 const isc_sockaddr_t *notify_source)
681 if (peer->notify_source != NULL) {
682 isc_mem_put(peer->mem, peer->notify_source,
683 sizeof(*peer->notify_source));
684 peer->notify_source = NULL;
686 if (notify_source !
676 dns_peer_setnotifysource(dns_peer_t *peer, const isc_sockaddr_t *notify_source) argument
698 dns_peer_getnotifysource(dns_peer_t *peer, isc_sockaddr_t *notify_source) argument
[all...]

Completed in 12 milliseconds