Lines Matching defs:update_zone

1189  *   update_zone: the type of zone to update, use UPDATE_FORW for forward
1218 dyndns_build_add_remove_msg(char *buf, int update_zone, const char *hostname,
1252 if (update_zone == UPDATE_FORW) {
1319 if (update_zone == UPDATE_FORW)
1335 resource, type, class, ttl, data, update_zone,
1352 * update_zone: the type of zone to update, use UPDATE_FORW for forward
1374 dyndns_build_unsigned_tsig_msg(char *buf, int update_zone, const char *hostname,
1381 if ((buf_sz = dyndns_build_add_remove_msg(buf, update_zone, hostname,
1404 * update_zone: the type of zone to update, use UPDATE_FORW for forward
1428 dyndns_build_signed_tsig_msg(char *buf, int update_zone, const char *hostname,
1435 if ((buf_sz = dyndns_build_add_remove_msg(buf, update_zone, hostname,
1525 * update_zone : UPDATE_FORW for forward zone, UPDATE_REV for reverse zone
1546 dyndns_sec_add_remove_entry(int update_zone, const char *hostname,
1586 if ((buf_sz = dyndns_build_unsigned_tsig_msg(buf, update_zone, hostname,
1608 if ((buf_sz = dyndns_build_signed_tsig_msg(buf, update_zone, hostname,
1663 * update_zone: UPDATE_FORW for forward zone, UPDATE_REV for reverse zone
1676 dyndns_search_entry(int update_zone, const char *hostname, const char *ip_addr,
1693 if (update_zone == UPDATE_FORW) {
1758 * update_zone: UPDATE_FORW for forward zone, UPDATE_REV for reverse zone
1779 dyndns_add_remove_entry(int update_zone, const char *hostname,
1799 is_exist = dyndns_search_entry(update_zone, hostname, ip_addr,
1819 if ((buf_sz = dyndns_build_add_remove_msg(buf, update_zone, hostname,
1863 ret = dyndns_sec_add_remove_entry(update_zone, hostname,
1882 * update_zone: the type of zone to update, use UPDATE_FORW for forward
1893 dyndns_add_entry(int update_zone, const char *hostname, const char *ip_addr,
1914 which_zone = (update_zone == UPDATE_FORW) ?
1919 if (dyndns_add_remove_entry(update_zone, hostname,
1937 * update_zone: the type of zone to update, use UPDATE_FORW for forward
1948 dyndns_remove_entry(int update_zone, const char *hostname, const char *ip_addr,
1966 if (update_zone == UPDATE_FORW) {
1987 if (dyndns_add_remove_entry(update_zone, hostname, ip_addr, 0,