Lines Matching full:dstaddr
1118 IN EFI_MAC_ADDRESS *DstAddr OPTIONAL,
1163 if ((DstAddr == NULL) || (Protocol == NULL)) {
1192 // If DstAddr is not provided, get it from Buffer (we trust that the caller
1194 if (DstAddr == NULL) {
1195 DstAddr = (EFI_MAC_ADDRESS *) Data;
1199 if ((DstAddr->Addr[0] & 0x1) == 1) {
1206 if (DstAddr->Addr[0] == 0xFF) {
1229 (DstAddr->Addr[0]) |
1230 (DstAddr->Addr[1] << 8) |
1231 (DstAddr->Addr[2] << 16) |
1232 (DstAddr->Addr[3] << 24)
1236 (DstAddr->Addr[4]) |
1237 (DstAddr->Addr[5] << 8) |
1309 OUT EFI_MAC_ADDRESS *DstAddr OPTIONAL,
1478 if (DstAddr != NULL) {
1485 CopyMem (DstAddr, &Dst, NET_ETHER_ADDR_LEN);