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

/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_dyndns.c174 dyndns_update_op_t update_op, dyndns_zone_dir_t update_zone,
181 zone_str = (update_zone == DYNDNS_ZONE_FWD) ? "forward" : "reverse";
196 if (update_zone == DYNDNS_ZONE_FWD) {
200 } else if (update_zone == DYNDNS_ZONE_REV) {
207 if (update_zone == DYNDNS_ZONE_FWD) {
210 } else if (update_zone == DYNDNS_ZONE_REV) {
358 * update_zone: one of DYNDNS_ZONE_FWD or DYNDNS_ZONE_REV
375 dyndns_get_update_info(res_state statp, dyndns_zone_dir_t update_zone, argument
382 switch (update_zone) {
1129 * update_zone
173 dyndns_log_update(int severity, dyndns_update_op_t update_op, dyndns_zone_dir_t update_zone, const char *hostname, int af, const void *addr) argument
1140 dyndns_search_entry(dyndns_zone_dir_t update_zone, const char *hostname, int family, const void *addr, int *is_match) argument
1256 dyndns_update_nameaddr( dyndns_update_op_t update_op, dyndns_zone_dir_t update_zone, const char *hostname, int af, const void *addr, uint32_t ttl, dyndns_check_opt_t do_check, const char *fqhn) argument
[all...]

Completed in 31 milliseconds