Searched refs:SendServiceRegistration (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uDNS.c | 835 mDNSlocal void SendServiceRegistration(mDNS *m, ServiceRecordSet *srs); 1432 …if (srs->uDNS_info.ns.ip.v4.NotAnInteger) SendServiceRegistration(m, srs); // non-zero server add… in ReceivePortMapReply() 1650 else SendServiceRegistration(m, srs); in UpdateSRV() 2403 SendServiceRegistration(m, srs); in hndlServiceUpdateReply() 2419 SendServiceRegistration(m, srs); in hndlServiceUpdateReply() 2554 SendServiceRegistration(m, srs); in hndlServiceUpdateReply() 4236 mDNSlocal void SendServiceRegistration(mDNS *m, ServiceRecordSet *srs) in SendServiceRegistration() function 4400 else SendServiceRegistration(m, srs); in serviceRegistrationCallback() 4768 if (parent) SendServiceRegistration(m, parent); in uDNS_UpdateRecord() 4981 else SendServiceRegistration (m, srs); in CheckServiceRegistrations() [all …]
|