Home | History | Annotate | Download | only in mDNSShared

Lines Matching full:update_callback

878 			// If the record has been updated, we need to free the rdata. Everytime we call mDNS_Update, it calls update_callback
880 // to free the latest rdata for which the update_callback was never called with.
1156 mDNSlocal void update_callback(mDNS *const m, AuthRecord *const rr, RData *oldrd, mDNSu16 oldrdlen)
1176 LogInfo("update_callback: calling external_start_advertising_service");
1180 if (oldrd != &rr->rdatastorage) freeL("RData/update_callback", oldrd);
1199 result = mDNS_Update(&mDNSStorage, rr, ttl, rdlen, newrd, update_callback);