Searched refs:Conflict (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h701 // Conflict? Does this record type react if we observe an apparent conflict?
704 // Probe? Conflict? Goodbye? Notes
1742 mDNSBool Conflict; // Set if this record set was forcibly deregistered because of a conflict member in struct:ServiceRecordSet_struct
H A DmDNS.c13200 else if (result == mStatus_NameConflict) msg = "Name Conflict";
13212 sr->Conflict = mDNStrue; // Record that this service set had a conflict
13240 if (sr->Conflict) result = mStatus_NameConflict;
13303 sr->Conflict = mDNSfalse;
13540 // If a service gets a conflict, then we set the Conflict flag to tell us to generate
13550 sr->Conflict = mDNSfalse;

Completed in 125 milliseconds