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

/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_dyndns.c1195 * update_type: UPDATE_ADD to add entry, UPDATE_DEL to remove entry
1219 const char *ip_addr, int life_time, int update_type, int del_type,
1324 if (update_type == UPDATE_ADD) {
1336 update_type, del_type) == -1) {
1358 * update_type: UPDATE_ADD to add entry, UPDATE_DEL to remove entry
1375 const char *ip_addr, int life_time, int update_type, int del_type,
1382 ip_addr, life_time, update_type, del_type, 0, id, level)) <= 0) {
1410 * update_type: UPDATE_ADD to add entry, UPDATE_DEL to remove entry
1429 const char *ip_addr, int life_time, int update_type, int del_type,
1436 ip_addr, life_time, update_type, del_typ
1218 dyndns_build_add_remove_msg(char *buf, int update_zone, const char *hostname, const char *ip_addr, int life_time, int update_type, int del_type, int addit_cnt, uint16_t *id, int level) argument
1374 dyndns_build_unsigned_tsig_msg(char *buf, int update_zone, const char *hostname, const char *ip_addr, int life_time, int update_type, int del_type, char *key_name, uint16_t *id, int level) argument
1428 dyndns_build_signed_tsig_msg(char *buf, int update_zone, const char *hostname, const char *ip_addr, int life_time, int update_type, int del_type, char *key_name, uint16_t *id, gss_buffer_desc *in_mic, int level) 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
[all...]
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c990 update_kernel_registration(sysevent_handle_t *shp, int update_type, argument
999 udata.ps_type = update_type;

Completed in 68 milliseconds