search for: core_tcp_connect

Displaying 6 results from an estimated 6 matches for "core_tcp_connect".

2015 Jul 31
2
EFI: HP + syslinux = crash
...P address is 10.141.166.254 Server IP address is 10.141.255.254 NBP filename is efi64/syslinux-603.efi NBP filesize is 175848 Bytes Downloading NBP file... NBP file downloaHello again dear list,ded successfully. Getting cached packet My IP is 10.141.166.254 core_tcp_connect: stalling on configure with no mapping core_tcp_connect: stalling on configure with no mapping core_tcp_connect: stalling on configure with no mapping core_tcp_connect: stalling on configure with no mapping core_tcp_connect: stalling on configure with no mapping core_tcp_co...
2015 Jul 31
0
EFI: HP + syslinux = crash
...???Station IP address is 10.141.166.254 ? ???Server IP address is 10.141.255.254 ? ???NBP filename is efi64/syslinux-603.efi ? ???NBP filesize is 175848 Bytes ? ???Downloading NBP file... ? ???NBP file downloaded successfully. ? ???Getting cached packet ? ???My IP is 10.141.166.254 ? ???core_tcp_connect: stalling on configure with no mapping ? ???core_tcp_connect: stalling on configure with no mapping ? ???core_tcp_connect: stalling on configure with no mapping ? ???core_tcp_connect: stalling on configure with no mapping ? ???core_tcp_connect: stalling on configure with no mapping ? ???core_t...
2015 Jul 31
2
EFI: HP + syslinux = crash
>[...] > NBP file downloaded successfully. > Getting cached packet > My IP is 10.141.166.254 > core_tcp_connect: stalling on configure with no mapping > core_tcp_connect: stalling on configure with no mapping > core_tcp_connect: stalling on configure with no mapping > core_tcp_connect: stalling on configure with no mapping > core_tcp_connect: stalling on configure with...
2015 Apr 08
3
syslinux.efi with QEMU/OVMF
...imestamps. 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 functions and got the following: core_tcp_connect: connecting core_tcp_connect: connected core_tcp_connect: at out: closing CompletionToken core_tcp_write: Sending 227 bytes tcp transmit failed, Access Denied Meanwhile on the OVMF side I could get these debug logs: Tcb (3F296898) state TCP_CLOSED --> TCP_SYN_SENT TcpToSendData: set RTT measur...
2015 Apr 07
3
syslinux.efi with QEMU/OVMF
Hello, I'm trying to find out how to pxe boot with syslinux.efi on QEMU with OVMF. After getting through the initial hurdle caused by the iPXE based option ROM included with QEMU having a problem as described in these threads: http://www.syslinux.org/archives/2014-November/022804.html http://sourceforge.net/p/edk2/mailman/message/33236100/ I'm now getting further to almost being able
2017 May 31
6
[PATCH 1/4] efi/udp: core_udp_connect should use SubnetMask not StationAddress for netmask
Signed-off-by: Julien Viard de Galbert <jviarddegalbert at online.net> --- efi/udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efi/udp.c b/efi/udp.c index 1088f47..b0f13ad 100644 --- a/efi/udp.c +++ b/efi/udp.c @@ -163,7 +163,7 @@ void core_udp_connect(struct pxe_pvt_inode *socket, uint32_t ip, } else { udata.UseDefaultAddress = FALSE;