Searched refs:mDNS_Update (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSEmbeddedAPI.h | 1433 regState_UpdatePending = 7, // update in flight as result of mDNS_Update call 2685 extern mStatus mDNS_Update (mDNS *const m, AuthRecord *const rr, mDNSu32 newttl,
|
H A D | uds_daemon.c | 1079 // If the record has been updated, we need to free the rdata. Every time we call mDNS_Update, it calls update_callback 1479 result = mDNS_Update(&mDNSStorage, rr, ttl, rdlen, newrd, update_callback);
|
H A D | mDNS.c | 9368 // one-second grace period. This improves responsiveness for mDNS_Update(), as used for things like iChat status updates. 12453 mDNSexport mStatus mDNS_Update(mDNS *const m, AuthRecord *const rr, mDNSu32 newttl, function
|
Completed in 153 milliseconds