Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h1403 struct ServiceRecordSet_struct struct
1408 mDNSServiceCallback *ServiceCallback;
1409 void *ServiceContext;
1410 …ool Conflict; // Set if this record set was forcibly deregistered because of a conflict
1412 …ResourceRecord *Extras; // Optional list of extra AuthRecords attached to this service registration
1413 mDNSu32 NumSubTypes;
1414 AuthRecord *SubTypes;
1415 AuthRecord RR_ADV; // e.g. _services._dns-sd._udp.local. PTR _printer._tcp.local.
1416 AuthRecord RR_PTR; // e.g. _printer._tcp.local. PTR Name._printer._tcp.local.
1417 AuthRecord RR_SRV; // e.g. Name._printer._tcp.local. SRV 0 0 port target
[all …]