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

/bind-9.6-ESV-R11/lib/dns/
H A Dpeer.c238 peer->notify_source = NULL;
596 const isc_sockaddr_t *notify_source)
600 if (peer->notify_source != NULL) {
601 isc_mem_put(peer->mem, peer->notify_source,
602 sizeof(*peer->notify_source));
603 peer->notify_source = NULL;
605 if (notify_source != NULL) {
606 peer->notify_source = isc_mem_get(peer->mem,
607 sizeof(*peer->notify_source));
608 if (peer->notify_source
595 dns_peer_setnotifysource(dns_peer_t *peer, const isc_sockaddr_t *notify_source) argument
617 dns_peer_getnotifysource(dns_peer_t *peer, isc_sockaddr_t *notify_source) argument
[all...]
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dpeer.h79 isc_sockaddr_t *notify_source; member in struct:dns_peer
206 dns_peer_setnotifysource(dns_peer_t *peer, const isc_sockaddr_t *notify_source);
209 dns_peer_getnotifysource(dns_peer_t *peer, isc_sockaddr_t *notify_source);

Completed in 26 milliseconds