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.c1449 NET_ARP_ADDRESS MatchAddress; in ArpFindCacheEntry() local
1470 MatchAddress.Type = Instance->ConfigData.SwAddressType; in ArpFindCacheEntry()
1471 MatchAddress.Length = Instance->ConfigData.SwAddressLength; in ArpFindCacheEntry()
1474 MatchAddress.Type = ArpService->SnpMode.IfType; in ArpFindCacheEntry()
1475 MatchAddress.Length = (UINT8)ArpService->SnpMode.HwAddressSize; in ArpFindCacheEntry()
1479 MatchAddress.AddressPtr = AddressBuffer; in ArpFindCacheEntry()
1493 &MatchAddress, in ArpFindCacheEntry()
1494 &MatchAddress in ArpFindCacheEntry()
1534 &MatchAddress, in ArpFindCacheEntry()
1535 &MatchAddress in ArpFindCacheEntry()