Searched refs:InterfaceName (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
D | BerkeleyPacketFilter.c | 38 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/ |
D | HttpBootDhcp6.h | 57 UINT8 InterfaceName[4]; member
|
D | HttpBootDhcp4.h | 137 UINT8 InterfaceName[4]; member
|
D | HttpBootDhcp4.c | 159 … CopyMem (OptEnt.Clid->InterfaceName, Private->Nii->StringId, sizeof (OptEnt.Clid->InterfaceName)); in HttpBootBuildDhcp4Options()
|
D | HttpBootDhcp6.c | 106 OptEnt.VendorClass->ClassId.InterfaceName, in HttpBootBuildDhcp6Options() 108 sizeof (OptEnt.VendorClass->ClassId.InterfaceName) in HttpBootBuildDhcp6Options()
|
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
D | PxeBcDhcp6.h | 77 UINT8 InterfaceName[4]; member
|
D | PxeBcDhcp4.h | 195 UINT8 InterfaceName[4]; member
|
D | PxeBcDhcp4.c | 375 … CopyMem (OptEnt.Clid->InterfaceName, Private->Nii->StringId, sizeof (OptEnt.Clid->InterfaceName)); in PxeBcBuildDhcp4Options()
|
D | PxeBcDhcp6.c | 156 OptEnt.VendorClass->ClassId.InterfaceName, in PxeBcBuildDhcp6Options() 158 sizeof (OptEnt.VendorClass->ClassId.InterfaceName) in PxeBcBuildDhcp6Options()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/ |
D | PxeBcDhcp.h | 162 UINT8 InterfaceName[4]; member
|
D | PxeBcDhcp.c | 1182 … CopyMem (OptEnt.Clid->InterfaceName, Private->Nii->StringId, sizeof (OptEnt.Clid->InterfaceName)); in PxeBcBuildDhcpOptions()
|