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

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_collection_zone.c43 update_zone(zone_entry_t *zent, void *walk_data) function
94 update_zone(&zents[i], (void *)update_notification_cb);
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_dyndns.c1189 * 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, argument
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, argument
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, cons argument
1546 dyndns_sec_add_remove_entry(int update_zone, const char *hostname, const char *ip_addr, int life_time, int update_type, int del_type, char *dns_str) argument
1676 dyndns_search_entry(int update_zone, const char *hostname, const char *ip_addr, int update_type, struct timeval *time_out, int *is_match) argument
1779 dyndns_add_remove_entry(int update_zone, const char *hostname, const char *ip_addr, int life_time, int update_type, int do_check, int del_type, char *dns_str) argument
1893 dyndns_add_entry(int update_zone, const char *hostname, const char *ip_addr, int life_time) argument
1948 dyndns_remove_entry(int update_zone, const char *hostname, const char *ip_addr, int del_type) argument
[all...]

Completed in 188 milliseconds