Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:LastMCInterface

1260     rr->LastMCInterface = mDNSInterfaceMark;
1835 // rr->LastMCInterface = Set for us in InitializeLastAPTime()
2322 dup->LastMCInterface = rr->LastMCInterface;
3334 rr->LastMCInterface = rr->ImmedAnswer;
3351 rr->LastMCInterface = rr->ImmedAnswer;
3468 a->LastMCInterface == intf->InterfaceID &&
3495 // If we successfully put this additional record in the packet, we record LastMCTime & LastMCInterface.
3500 rr->LastMCInterface = intf->InterfaceID;
9222 // on this interface. If it is more than a second, or LastMCInterface is different, then we may multicast it.
9225 (rr->LastMCInterface != mDNSInterfaceMark && rr->LastMCInterface != InterfaceID))