/bind-9.11.3/bin/named/ |
H A D | geoip.c | 27 GeoIPOptions method, const char *name) 52 db = GeoIP_open_type(edition, method); 74 init_geoip_db(dbp, fallback, 0, method, name); 98 GeoIPOptions method; 101 method = GEOIP_STANDARD; 103 method = GEOIP_MMAP_CACHE; 115 method, "Country (IPv4)"); 118 method, "Country (IPv6)"); 122 GEOIP_CITY_EDITION_REV0, method, "City (IPv4)"); 125 GEOIP_CITY_EDITION_REV0_V6, method, "Cit 26 init_geoip_db(GeoIP **dbp, GeoIPDBTypes edition, GeoIPDBTypes fallback, GeoIPOptions method, const char *name) argument [all...] |
H A D | update.c | 1431 isc_mem_t *mctx, dns_updatemethod_t method) 1443 serial = dns_update_soaserial(serial, method); 1430 update_soa_serial(dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff, isc_mem_t *mctx, dns_updatemethod_t method) argument
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | update.h | 38 dns_update_soaserial(isc_uint32_t serial, dns_updatemethod_t method); 41 * update method 'method':
|
H A D | zone.h | 1539 * Sets zone notify method to "notifytype" 2327 dns_zone_setserialupdatemethod(dns_zone_t *zone, dns_updatemethod_t method); 2329 * Sets the update method to use when incrementing the zone serial number 2340 * Returns the update method to be used when incrementing the zone serial
|
/bind-9.11.3/lib/dns/tests/ |
H A D | geoip_test.c | 43 GeoIPOptions method, const char *name) 66 db = GeoIP_open_type(edition, method); 85 init_geoip_db(dbp, fallback, 0, method, name); 90 GeoIPOptions method; local 93 method = GEOIP_STANDARD; 95 method = GEOIP_MMAP_CACHE; 105 method, "Country (IPv4)"); 108 method, "Country (IPv6)"); 112 GEOIP_CITY_EDITION_REV0, method, "City (IPv4)"); 115 GEOIP_CITY_EDITION_REV0_V6, method, "Cit 42 init_geoip_db(GeoIP **dbp, GeoIPDBTypes edition, GeoIPDBTypes fallback, GeoIPOptions method, const char *name) argument [all...] |
/bind-9.11.3/bin/tests/system/nsupdate/ns1/ |
H A D | named.conf | 90 serial-update-method unixtime; 99 serial-update-method date;
|
/bind-9.11.3/contrib/dlz/drivers/ |
H A D | dlz_ldap_driver.c | 101 int method; /*%< security authentication method */ member in struct:__anon45 103 char *cred; /*%< password for simple authentication method */ 227 dbi->cred, dbi->method); 940 int method; local 996 /* determine connection method. */ 998 method = LDAP_AUTH_SIMPLE; 1000 method = LDAP_AUTH_KRBV41; 1002 method = LDAP_AUTH_KRBV42; 1006 "LDAP driver authentication method mus [all...] |
/bind-9.11.3/contrib/dlz/modules/ldap/ |
H A D | dlz_ldap_dynamic.c | 91 int method; /*%< security authentication method */ member in struct:__anon49 93 char *cred; /*%< password for simple authentication method */ 221 dbi->cred, dbi->method); 891 int method; local 948 /* determine connection method. */ 950 method = LDAP_AUTH_SIMPLE; 952 method = LDAP_AUTH_KRBV41; 954 method = LDAP_AUTH_KRBV42; 957 "LDAP driver authentication method mus [all...] |
/bind-9.11.3/lib/isc/ |
H A D | httpd.c | 77 unsigned int method; member in struct:isc_httpd 473 * Determine if this is a POST or GET method. Any other values will 477 httpd->method = ISC_HTTPD_METHODGET; 480 httpd->method = ISC_HTTPD_METHODPOST; 1214 httpd->method = ISC_HTTPD_METHODUNKNOWN;
|
/bind-9.11.3/bin/dnssec/ |
H A D | dnssec-signzone.c | 1261 setsoaserial(isc_uint32_t serial, dns_updatemethod_t method) { argument 1287 if (method == dns_updatemethod_date || 1288 method == dns_updatemethod_unixtime) { 1289 new_serial = dns_update_soaserial(old_serial, method); 1290 } else if (serial != 0 || method == dns_updatemethod_none) {
|
/bind-9.11.3/lib/dns/ |
H A D | update.c | 2049 dns_update_soaserial(isc_uint32_t serial, dns_updatemethod_t method) { argument 2053 switch (method) {
|
H A D | zone.c | 388 * Serial number update method. 4072 isc_mem_t *mctx, dns_updatemethod_t method) { 4078 INSIST(method != dns_updatemethod_none); 4085 serial = dns_update_soaserial(serial, method); 18416 dns_zone_setserialupdatemethod(dns_zone_t *zone, dns_updatemethod_t method) { argument 18418 zone->updatemethod = method; 4071 update_soa_serial(dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff, isc_mem_t *mctx, dns_updatemethod_t method) argument
|