Searched defs:hdr_ptr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DE100b.c1209 EtherHeader *hdr_ptr; local
1272 hdr_ptr = (EtherHeader *) &rx_ptr->RFDBuffer;
1284 if (hdr_ptr->dest_addr[Index] != AdapterInfo->CurrentNodeAddress[Index]) {
1293 if (hdr_ptr->dest_addr[Index] != AdapterInfo->BroadcastNodeAddress[Index]) {
1301 if ((hdr_ptr->dest_addr[0] & 1) == 1) {
1314 rx_dbptr->Protocol = hdr_ptr->type;
1317 rx_dbptr->SrcAddr[Index] = hdr_ptr->src_addr[Index];
1318 rx_dbptr->DestAddr[Index] = hdr_ptr->dest_addr[Index];

Completed in 149 milliseconds