Home
last modified time | relevance | path

Searched refs:InterfaceName (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DBerkeleyPacketFilter.c38 char *InterfaceName; member
251 AsciiStrCpy (BoundIf.ifr_name, Private->InterfaceName); in EmuSnpStart()
1019 Private->InterfaceName = malloc (StrSize (Private->Thunk->ConfigString)); in GetInterfaceMacAddr()
1020 if (Private->InterfaceName == NULL) { in GetInterfaceMacAddr()
1025 UnicodeStrToAsciiStr (Private->Thunk->ConfigString, Private->InterfaceName); in GetInterfaceMacAddr()
1033 if (!AsciiStrCmp( Private->InterfaceName, If->ifa_name)) { in GetInterfaceMacAddr()
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp6.h57 UINT8 InterfaceName[4]; member
DHttpBootDhcp4.h137 UINT8 InterfaceName[4]; member
DHttpBootDhcp4.c159 … CopyMem (OptEnt.Clid->InterfaceName, Private->Nii->StringId, sizeof (OptEnt.Clid->InterfaceName)); in HttpBootBuildDhcp4Options()
DHttpBootDhcp6.c106 OptEnt.VendorClass->ClassId.InterfaceName, in HttpBootBuildDhcp6Options()
108 sizeof (OptEnt.VendorClass->ClassId.InterfaceName) in HttpBootBuildDhcp6Options()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.h77 UINT8 InterfaceName[4]; member
DPxeBcDhcp4.h195 UINT8 InterfaceName[4]; member
DPxeBcDhcp4.c375 … CopyMem (OptEnt.Clid->InterfaceName, Private->Nii->StringId, sizeof (OptEnt.Clid->InterfaceName)); in PxeBcBuildDhcp4Options()
DPxeBcDhcp6.c156 OptEnt.VendorClass->ClassId.InterfaceName, in PxeBcBuildDhcp6Options()
158 sizeof (OptEnt.VendorClass->ClassId.InterfaceName) in PxeBcBuildDhcp6Options()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcDhcp.h162 UINT8 InterfaceName[4]; member
DPxeBcDhcp.c1182 … CopyMem (OptEnt.Clid->InterfaceName, Private->Nii->StringId, sizeof (OptEnt.Clid->InterfaceName)); in PxeBcBuildDhcpOptions()