Home
last modified time | relevance | path

Searched refs:MatchAddress (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
DArpMain.c144 NET_ARP_ADDRESS MatchAddress[2]; in ArpAdd() local
170 MatchAddress[Hardware].Type = SnpMode->IfType; in ArpAdd()
171 MatchAddress[Hardware].Length = (UINT8) SnpMode->HwAddressSize; in ArpAdd()
172 MatchAddress[Hardware].AddressPtr = TargetHwAddress; in ArpAdd()
177 MatchAddress[Protocol].Type = Instance->ConfigData.SwAddressType; in ArpAdd()
178 MatchAddress[Protocol].Length = Instance->ConfigData.SwAddressLength; in ArpAdd()
179 MatchAddress[Protocol].AddressPtr = TargetSwAddress; in ArpAdd()
188 &MatchAddress[Protocol], in ArpAdd()
189 &MatchAddress[Hardware] in ArpAdd()
200 &MatchAddress[Protocol], in ArpAdd()
[all …]
DArpImpl.c1462 NET_ARP_ADDRESS MatchAddress; in ArpFindCacheEntry() local
1483 MatchAddress.Type = Instance->ConfigData.SwAddressType; in ArpFindCacheEntry()
1484 MatchAddress.Length = Instance->ConfigData.SwAddressLength; in ArpFindCacheEntry()
1487 MatchAddress.Type = ArpService->SnpMode.IfType; in ArpFindCacheEntry()
1488 MatchAddress.Length = (UINT8)ArpService->SnpMode.HwAddressSize; in ArpFindCacheEntry()
1492 MatchAddress.AddressPtr = AddressBuffer; in ArpFindCacheEntry()
1506 &MatchAddress, in ArpFindCacheEntry()
1507 &MatchAddress in ArpFindCacheEntry()
1547 &MatchAddress, in ArpFindCacheEntry()
1548 &MatchAddress in ArpFindCacheEntry()