Searched refs:SimpleNetworkProtocol (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/bootloader/lib/efi/
H A Dguids.c33 efi_guid SimpleNetworkProtocol = EFI_SIMPLE_NETWORK_PROTOCOL_GUID; variable
/fuchsia/zircon/bootloader/src/
H A Dnetifc.c170 /* Search the available network interfaces via SimpleNetworkProtocol handles
184 /* Get the handles of all devices that provide SimpleNetworkProtocol interfaces */
185 ret = bs->LocateHandle(ByProtocol, &SimpleNetworkProtocol, NULL, &sz, handles);
211 ret = bs->HandleProtocol(handles[i], &SimpleNetworkProtocol, (void**)&cur_snp);
252 bs->CloseProtocol(handles[i], &SimpleNetworkProtocol, gImg, NULL);
/fuchsia/zircon/system/private/efi/protocol/
H A Dsimple-network.h12 extern efi_guid SimpleNetworkProtocol;

Completed in 78 milliseconds