Searched defs:mDNSInterface_LocalOnly (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c42 mDNSexport const mDNSInterfaceID mDNSInterface_LocalOnly = (mDNSInterfaceID)-2; variable
1367 if (InterfaceID == mDNSInterface_LocalOnly && artype != AuthRecordLocalOnly)
1782 if ((rr->InterfaceID == mDNSInterface_LocalOnly) || (rr->InterfaceID == mDNSInterface_P2P))
1791 q->InterfaceID && q->InterfaceID != mDNSInterface_LocalOnly &&
1855 // Questions with mDNSInterface_LocalOnly InterfaceID should be answered with all resource records that are
1856 // *local* to the machine. These include resource records that have InterfaceID set to mDNSInterface_LocalOnly,
1863 q->InterfaceID && q->InterfaceID != mDNSInterface_LocalOnly && q->InterfaceID != mDNSInterface_Unicast &&
1868 // to mDNSInterface_Any, mDNSInterface_LocalOnly or a real InterfaceID (scoped).
1894 // with names that don't end in local and have mDNSInterface_LocalOnly set.
1917 if ((rr->InterfaceID == mDNSInterface_LocalOnly) || (r
[all...]

Completed in 72 milliseconds