Lines Matching refs:Instance
23 @param[in] IpSb The IP6 service binding instance.
141 @param[in, out] IpSb The IP6 service binding instance.
199 @param[in, out] IpSb The IP6 service binding instance.
348 IP6_PROTOCOL *Instance;
352 Instance = NET_LIST_USER_STRUCT_S (Entry, IP6_PROTOCOL, Link, IP6_PROTOCOL_SIGNATURE);
356 if ((Instance->State == IP6_STATE_CONFIGED) && EFI_IP6_EQUAL (&Instance->ConfigData.StationAddress, Address)) {
357 return ServiceBinding->DestroyChild (ServiceBinding, Instance->Handle);
364 Destroy the IP instance if its StationAddress is removed. It is the help function
367 @param[in, out] IpSb Points to an IP6 service binding instance.
404 @param[in] IpSb NULL or points to IP6 service binding instance.
450 // Destroy any instance who is using the dying address as the source address.
495 the IP6 service binding instance.
497 @param[in] IpSb Points to a IP6 service binding instance.
562 @param[in] IpSb Points to a IP6 service binding instance.
630 @param[in] Mnp The Mnp instance to get the MAC address.