Searched defs:addrp (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/lib/isc/ |
H A D | backtrace.c | 216 isc_backtrace_getsymbolfromindex(int idx, const void **addrp, argument 219 REQUIRE(addrp != NULL && *addrp == NULL); 225 *addrp = isc__backtrace_symtable[idx].addr;
|
/bind-9.11.3/contrib/dlz/modules/mysqldyn/ |
H A D | dlz_mysqldyn_mod.c | 731 void *addrp = NULL; local 767 addrp = &addr.sin_addr; 770 inet_ntop(AF_INET, addrp, zaddr, INET_ADDRSTRLEN); 779 addrp = &sin->sin_addr; 780 inet_ntop(AF_INET, addrp, ifaddr, INET_ADDRSTRLEN);
|
/bind-9.11.3/lib/dns/ |
H A D | dispatch.c | 3634 dns_dispatch_getlocaladdress(dns_dispatch_t *disp, isc_sockaddr_t *addrp) { argument 3637 REQUIRE(addrp != NULL); 3640 *addrp = disp->local;
|
H A D | adb.c | 4566 dns_adbaddrinfo_t **addrp, isc_stdtime_t now) 4575 REQUIRE(addrp != NULL && *addrp == NULL); 4608 *addrp = addr; 4618 dns_adb_freeaddrinfo(dns_adb_t *adb, dns_adbaddrinfo_t **addrp) { argument 4627 REQUIRE(addrp != NULL); 4628 addr = *addrp; 4633 *addrp = NULL; 4565 dns_adb_findaddrinfo(dns_adb_t *adb, isc_sockaddr_t *sa, dns_adbaddrinfo_t **addrp, isc_stdtime_t now) argument
|
/bind-9.11.3/bin/named/ |
H A D | client.c | 3932 ns_client_sourceip(dns_clientinfo_t *ci, isc_sockaddr_t **addrp) { argument 3936 REQUIRE(addrp != NULL); 3938 *addrp = &client->peeraddr;
|
H A D | server.c | 5893 isc_sockaddr_t addr, *addrp; local 5950 addrp = dns_zone_getnotifysrc6(zone); 5952 result = add_listenelt(mctx, list, addrp, dscp, ISC_FALSE); 5956 addrp = dns_zone_getxfrsource6(zone); 5958 result = add_listenelt(mctx, list, addrp, dscp, ISC_FALSE);
|
Completed in 1143 milliseconds