Home | History | Annotate | Download | only in Ip6Dxe

Lines Matching refs:Service

2   The driver binding and service binding protocol for IP6 driver.

118 // Test for the MNP service binding Protocol
131 Clean up an IP6 service binding instance. It releases all
137 @param[in] IpSb The IP6 service binding instance to clean up.
245 Create a new IP6 driver service binding protocol.
247 @param[in] Controller The controller that has MNP service binding
250 @param[out] Service The variable to receive the newly created IP6
251 service.
254 @retval EFI_SUCCESS A new IP6 service binding private is created.
261 OUT IP6_SERVICE **Service
269 ASSERT (Service != NULL);
271 *Service = NULL;
274 // allocate a service private data then initialize all the filed to
483 *Service = IpSb;
524 // Test for the Ip6 service binding protocol
873 // Insert it into the service binding instance.
947 if (IpInstance->Service != IpSb) {