Home | History | Annotate | Download | only in Ip4Dxe

Lines Matching refs:IpSb

28   @param[in, out]  IpSb          The IP4 service whose IGMP is to be initialized.

30 @retval EFI_SUCCESS IGMP of the IpSb is successfully initialized.
32 @retval Others Failed to initialize the IGMP of IpSb.
37 IN OUT IP4_SERVICE *IpSb
45 IgmpCtrl = &IpSb->IgmpCtrl;
56 Mnp = IpSb->Mnp;
156 @param[in] IpSb The IP4 service instance that requests the
170 IN IP4_SERVICE *IpSb,
213 IpSb,
230 @param[in] IpSb The IP4 service instance that requests the
241 IN IP4_SERVICE *IpSb,
245 if (IpSb->IgmpCtrl.Igmpv1QuerySeen != 0) {
246 return Ip4SendIgmpMessage (IpSb, Group, IGMP_V1_MEMBERSHIP_REPORT, Group);
248 return Ip4SendIgmpMessage (IpSb, Group, IGMP_V2_MEMBERSHIP_REPORT, Group);
271 IP4_SERVICE *IpSb;
276 IpSb = IpInstance->Service;
277 IgmpCtrl = &IpSb->IgmpCtrl;
278 Mnp = IpSb->Mnp;
312 Status = Ip4SendIgmpReport (IpSb, Address);
352 IP4_SERVICE *IpSb;
357 IpSb = IpInstance->Service;
358 IgmpCtrl = &IpSb->IgmpCtrl;
359 Mnp = IpSb->Mnp;
393 Ip4SendIgmpMessage (IpSb, IP4_ALLROUTER_ADDRESS, IGMP_LEAVE_GROUP, Group->Address);
406 @param[in] IpSb The IP4 service instance that received the message.
416 IN IP4_SERVICE *IpSb,
427 IgmpCtrl = &IpSb->IgmpCtrl;
512 @param[in] IpSb The IP4 service instance that is ticking.
517 IN IP4_SERVICE *IpSb
524 IgmpCtrl = &IpSb->IgmpCtrl;
541 Ip4SendIgmpReport (IpSb, Group->Address);