• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/IOFireWireIP-226.2/KernelSource/IOKit/

Lines Matching refs:multicast

1513 			  If more than one multicast address group is associated with a particular channel 
1515 @param mcb - multicast control block.
1560 if (arb->handle.multicast.channel == mcb->channel)
1567 groupDescriptor->speed = arb->handle.multicast.spd;
1568 groupDescriptor->groupAddress = arb->handle.multicast.groupAddress;
1936 @param mcapSourceID - source nodeid which generated the multicast advertisement packet.
1964 fIPLocalNode->fIPoFWDiagnostics.fUnknownGroupAddress++; // Ignore if not in our multicast cache
1967 mcb = OSDynamicCast(MCB, mcapState->getObject(arb->handle.multicast.channel));
1995 currentChannel = arb->handle.multicast.channel;
2024 arb->handle.multicast.channel = groupDescr->channel;
2520 // if well know IPv4 multicast address then return true
2525 if(addr->bytes[0] == 0xff) // check if its a IPv6 multicast address
2531 else // if Transient Flag not set then well known IPv6 multicast address
2568 found = ( arb->handle.multicast.groupAddress == newGroupAddress ) ? true : false;
2575 // if not found, its a new address and not a well known multicast group address
2582 tempArb->handle.multicast.deviceID = 0; // Always zero
2583 tempArb->handle.multicast.maxRec = fLcb->ownHardwareAddress.maxRec; // Maximum asynchronous payload
2584 tempArb->handle.multicast.spd = fLcb->ownHardwareAddress.spd; // Maximum speed
2585 tempArb->handle.multicast.reserved = 0;
2586 tempArb->handle.multicast.channel = DEFAULT_BROADCAST_CHANNEL; // Channel number for GASP transmit / receive
2587 memcpy(&tempArb->handle.multicast.groupAddress, &tempAddresses->bytes[4],
2588 sizeof(tempArb->handle.multicast.groupAddress));
2612 // If its a new multicast address, then send a solicitation request.
2613 txMCAP(0, arb->handle.multicast.groupAddress);
2884 if (arb->handle.multicast.channel == mcb->channel)
2925 arb->handle.multicast.channel = DEFAULT_BROADCAST_CHANNEL;
3124 @abstract Locates the corresponding multicast MARB (Address resolution block) for ipaddress
3126 @param ipAddress - destination ipaddress to send the multicast packet.
3139 if (arb->handle.multicast.groupAddress == groupAddress)
3658 handle->multicast.maxRec, handle->multicast.spd,
3659 handle->multicast.channel, htonl(handle->multicast.groupAddress));