Searched refs:McastTxRx (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSVxWorks/
H A DmDNSVxWorks.c921 // The list is complete. Set the McastTxRx setting for each interface. We always send and receive using IPv4.
936 if( i->ifinfo.McastTxRx != txrx )
938 i->ifinfo.McastTxRx = txrx;
1026 i->ifinfo.McastTxRx = mDNSfalse; // For now; will be set up later at the end of UpdateInterfaceList.
1108 if( n->McastTxRx )
H A DmDNSVxWorksIPv4Only.c1003 item->hostSet.McastTxRx = mDNStrue;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/
H A DmDNSWin32.c2530 // If this guy is point-to-point (ifd->interfaceInfo.McastTxRx == 0 ) we still want to
2534 if ( ifd->interfaceInfo.McastTxRx == mDNStrue )
2588 // If this guy is point-to-point (ifd->interfaceInfo.McastTxRx == 0 ) we still want to
2592 if ( ifd->interfaceInfo.McastTxRx == mDNStrue )
2808 ifd->interfaceInfo.McastTxRx = ( ( inIFA->ifa_flags & IFF_MULTICAST ) && !( inIFA->ifa_flags & IFF_POINTTOPOINT ) ) ? mDNStrue : mDNSfalse;
2824 ifd->interfaceInfo.McastTxRx = mDNSfalse;
2838 if( ifd->interfaceInfo.McastTxRx )
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOS9/
H A DmDNSMacOS9.c317 m->p->interface.McastTxRx = mDNStrue;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c364 if (intf->ip.type == addr->type && intf->InterfaceID == InterfaceID && intf->McastTxRx)
385 if (intf->ip.type == addr->type && intf->InterfaceID == InterfaceID && intf->McastTxRx)
5553 if (intf->McastTxRx && !intf->Loopback && !mDNSPlatformInterfaceIsD2D(intf->InterfaceID))
6247 if (!intf->McastTxRx || mDNSPlatformInterfaceIsD2D(intf->InterfaceID))
12434 if (!set->McastTxRx)
12662 if (intf->ip.type == mDNSAddrType_IPv4 && intf->McastTxRx) active->IPv4Available = mDNStrue;
12663 if (intf->ip.type == mDNSAddrType_IPv6 && intf->McastTxRx) active->IPv6Available = mDNStrue;
12763 set->IPv4Available = (mDNSu8)(set->ip.type == mDNSAddrType_IPv4 && set->McastTxRx);
12764 set->IPv6Available = (mDNSu8)(set->ip.type == mDNSAddrType_IPv6 && set->McastTxRx);
12783 if (set->ip.type == mDNSAddrType_IPv4 && set->McastTxRx) (*
[all...]
H A DmDNSEmbeddedAPI.h2136 mDNSu8 McastTxRx; // Send/Receive multicast on this { InterfaceID, address family } ? member in struct:NetworkInterfaceInfo_struct
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c1992 if (intf->ip.type == addr->type && intf->McastTxRx)
2006 if (intf->ip.type == addr->type && intf->McastTxRx)
4023 i->ifinfo.McastTxRx = mDNSfalse; // For now; will be set up later at the end of UpdateInterfaceList
5285 // Now the list is complete, set the McastTxRx setting for each interface.
5291 if (i->ifinfo.McastTxRx != txrx)
5293 i->ifinfo.McastTxRx = txrx;
5434 if (!n->McastTxRx)
7847 if (i->Exists && i->Registered == i && i->ifinfo.McastTxRx && !(i->ifa_flags & IFF_LOOPBACK) && i->BPF_fd == -1)
H A Ddaemon.c1758 i->ifinfo.McastTxRx ? "M" : " ",
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A DmDNSPosix.c857 intf->coreIntf.McastTxRx = mDNStrue;

Completed in 346 milliseconds