search for: bootpyiaddr

Displaying 1 result from an estimated 1 matches for "bootpyiaddr".

Did you mean: bootpsiaddr
2015 Jun 03
5
[PATCH 0/1] EFI PXE DHCP/proxyDHCP issues fix
...ceived) pkt_v4 = &mode->PxeReply.Dhcpv4; else if(mode->ProxyOfferReceived) { //I decided to populate DhcpAck with all proxy ip addresses but //any of the saved packets can be used. ++ ip = IPInfo.myip; ++ mode->PxeReply.Dhcpv4.BootpYiAddr[0] = ip & 0xff; ++ mode->PxeReply.Dhcpv4.BootpYiAddr[1] = ip >> 8 & 0xff; ++ mode->PxeReply.Dhcpv4.BootpYiAddr[2] = ip >> 16 & 0xff; ++ mode->PxeReply.Dhcpv4.BootpYiAddr[3] = ip >> 24 & 0xff; // For our needs, we can hard-co...