search for: networkpkg

Displaying 4 results from an estimated 4 matches for "networkpkg".

Did you mean: networking
2015 Jun 09
2
EFI and proxyDHCP: setups
...ould be replaced by if (mode->PxeReplyReceived) pkt_v4 = &mode->PxeReply.Dhcpv4; else if (mode->ProxyOfferReceived) pkt_v4 = &mode->ProxyOffer.Dhcpv4; else pkt_v4 = &mode->DhcpAck.Dhcpv4; this code is used in C:\UDK2014.SP1.P1.Complete\MyWorkSpace\NetworkPkg\UefiPxeBcDxe\PxeBcBoot.c / PxeBcDhcp4BootInfo() when looking for boot info. I agree it is not 100% clear but it could be necessary on non proxyDHCP situations. i.e when the PXE info is contained within the DHCP OFFER/ACK I do not know if in that particular case some FWs probably do not populate th...
2015 Jun 09
0
EFI and proxyDHCP: setups
...ed) > pkt_v4 = &mode->PxeReply.Dhcpv4; > else if (mode->ProxyOfferReceived) > pkt_v4 = &mode->ProxyOffer.Dhcpv4; > else > pkt_v4 = &mode->DhcpAck.Dhcpv4; > > this code is used in > C:\UDK2014.SP1.P1.Complete\MyWorkSpace\NetworkPkg\UefiPxeBcDxe\PxeBcBoot.c / PxeBcDhcp4BootInfo() > when looking for boot info. > I agree it is not 100% clear but it could be necessary on non proxyDHCP situations. > i.e when the PXE info is contained within the DHCP OFFER/ACK I do not know if in that > particular case some FWs probably...
2015 Apr 08
3
syslinux.efi with QEMU/OVMF
On Tue, 7 Apr 2015, Laszlo Ersek wrote: > Whereas syslinux.efi apparently uses the embedded gpxe/ tree, and that > one uses TCP timestamps. See tcp_xmit() in gpxe/src/net/tcp.c: Actually syslinux.efi seems to be using the implementation calling into UEFI via these functions: http://git.kernel.org/cgit/boot/syslinux/syslinux.git/tree/efi/tcp.c I've tried to add debug messages to these
2015 Jun 09
2
EFI and proxyDHCP: setups
On Sun, Jun 7, 2015 at 5:09 PM, Patrick Masotta <masottaus at yahoo.com> wrote: >>>> > Patrick, I think I've been able to figure out some missing details > about your VMware Workstation tests. For a proxyDHCP, > I'm using dnsmasq. Could you try to confirm your test was the > same basic setup? > > On VMware Workstation 10 with a VMHWv10 VM set to