Searched refs:IPv4Available (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNS.c | 3276 …if (intf->IPv4Available) mDNSSendDNSMessage(m, &m->omsg, responseptr, intf->InterfaceID, &AllDNSLi… in SendResponses() 3526 …mDNSBool v4 = !intf->IPv4Available; // If this interface doesn't do v4, we don't need to find a v… in SuppressOnThisInterface() 3862 …if (intf->IPv4Available) mDNSSendDNSMessage(m, &m->omsg, queryptr, intf->InterfaceID, &AllDNSLinkG… in SendQueries() 6543 active->IPv4Available = mDNSfalse; in UpdateInterfaceProtocols() 6548 if (intf->ip.type == mDNSAddrType_IPv4 && intf->McastTxRx) active->IPv4Available = mDNStrue; in UpdateInterfaceProtocols() 6568 set->IPv4Available = (set->ip.type == mDNSAddrType_IPv4 && set->McastTxRx); in mDNS_RegisterInterface() 6586 if (set->ip.type == mDNSAddrType_IPv4 && set->McastTxRx) (*p)->IPv4Available = mDNStrue; in mDNS_RegisterInterface()
|
H A D | mDNSEmbeddedAPI.h | 1743 mDNSBool IPv4Available; // If InterfaceActive, set if v4 available on this InterfaceID member
|