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

/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_dyndns.c1669 * is_match: is 1 for found matching entry, otherwise 0
1677 int update_type, struct timeval *time_out, int *is_match)
1685 *is_match = 0;
1712 *is_match = 1;
1722 *is_match = 1;
1736 *is_match = 1;
1787 int is_exist, is_match; local
1800 update_type, &timeout, &is_match);
1802 if (update_type == UPDATE_ADD && is_exist && is_match) {
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

Completed in 59 milliseconds