Lines Matching refs:update_zone
174 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,
382 switch (update_zone) {
1129 * update_zone: one of DYNDNS_ZONE_FWD or DYNDNS_ZONE_REV
1140 dyndns_search_entry(dyndns_zone_dir_t update_zone,
1161 if (update_zone == DYNDNS_ZONE_FWD) {
1239 * update_zone: one of DYNDNS_ZONE_FWD or DYNDNS_ZONE_REV
1257 dyndns_update_op_t update_op, dyndns_zone_dir_t update_zone,
1285 if (update_zone == DYNDNS_ZONE_FWD && hostname == NULL) {
1290 if (update_zone == DYNDNS_ZONE_REV && addr == NULL) {
1305 update_zone == DYNDNS_ZONE_FWD) &&
1313 dyndns_log_update(LOG_INFO, update_op, update_zone,
1318 if ((is_exist = dyndns_search_entry(update_zone, hostname,
1404 update_zone, hostname, af, addr, &type,