Home
last modified time | relevance | path

Searched defs:ServiceRecordSet_struct (Results 1 – 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h1392 struct ServiceRecordSet_struct struct
1397 mDNSServiceCallback *ServiceCallback;
1398 void *ServiceContext;
1399 …ool Conflict; // Set if this record set was forcibly deregistered because of a conflict
1401 …ResourceRecord *Extras; // Optional list of extra AuthRecords attached to this service registration
1402 mDNSu32 NumSubTypes;
1403 AuthRecord *SubTypes;
1404 AuthRecord RR_ADV; // e.g. _services._dns-sd._udp.local. PTR _printer._tcp.local.
1405 AuthRecord RR_PTR; // e.g. _printer._tcp.local. PTR Name._printer._tcp.local.
1406 AuthRecord RR_SRV; // e.g. Name._printer._tcp.local. SRV 0 0 port target
[all …]