Home | History | Annotate | Download | only in Ip4Dxe

Lines Matching refs:Ip4

168     L"IP4 Network Service Driver"

236 Update the component name for the IP4 child handle.
238 @param Ip4[in] A pointer to the EFI_IP4_PROTOCOL.
247 IN EFI_IP4_PROTOCOL *Ip4
254 if (Ip4 == NULL) {
262 Status = Ip4->GetModeData (Ip4, &Ip4ModeData, NULL, NULL);
382 EFI_IP4_PROTOCOL *Ip4;
409 (VOID **)&Ip4,
421 Status = UpdateName (Ip4);