Home | History | Annotate | Download | only in Ip4Dxe

Lines Matching defs:Ip4

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

57 The entry point for IP4 driver which install the driver
154 Clean up a IP4 service binding instance. It will release all
160 @param[in] IpSb The IP4 service binding instance to clean up
173 Create a new IP4 driver service binding private instance.
177 @param ImageHandle The IP4 driver's image handle
178 @param Service The variable to receive the newly created IP4
182 @retval EFI_SUCCESS A new IP4 service binding private is created.
366 Clean up a IP4 service binding instance. It will release all
372 @param[in] IpSb The IP4 service binding instance to clean up
516 // Test for the Ip4 service binding protocol
573 // Initialize the IP4 ID
784 // Install Ip4 onto ChildHandle
872 EFI_IP4_PROTOCOL *Ip4;
888 (VOID **) &Ip4,
898 IpInstance = IP4_INSTANCE_FROM_PROTOCOL (Ip4);
940 // Uninstall the IP4 protocol first. Many thing happens during
942 // 1. The consumer of the IP4 protocol will be stopped if it
969 Ip4,