Searched refs:IPv6Available (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNS.c | 3277 …if (intf->IPv6Available) mDNSSendDNSMessage(m, &m->omsg, responseptr, intf->InterfaceID, &AllDNSLi… in SendResponses() 3527 …mDNSBool v6 = !intf->IPv6Available; // If this interface doesn't do v6, we don't need to find a v… in SuppressOnThisInterface() 3863 …if (intf->IPv6Available) mDNSSendDNSMessage(m, &m->omsg, queryptr, intf->InterfaceID, &AllDNSLinkG… in SendQueries() 6544 active->IPv6Available = mDNSfalse; in UpdateInterfaceProtocols() 6549 if (intf->ip.type == mDNSAddrType_IPv6 && intf->McastTxRx) active->IPv6Available = mDNStrue; in UpdateInterfaceProtocols() 6569 set->IPv6Available = (set->ip.type == mDNSAddrType_IPv6 && set->McastTxRx); in mDNS_RegisterInterface() 6587 if (set->ip.type == mDNSAddrType_IPv6 && set->McastTxRx) (*p)->IPv6Available = mDNStrue; in mDNS_RegisterInterface()
|
H A D | mDNSEmbeddedAPI.h | 1744 mDNSBool IPv6Available; // If InterfaceActive, set if v6 available on this InterfaceID member
|