Displaying 4 results from an estimated 4 matches for "pktbuf_siz".
Did you mean:
pktbuf_size
2013 Dec 01
0
[PATCH] core: Bad read of file size over TFTP
...209,8 +194,6 @@ void tftp_open(struct url_info *url, int flags, struct inode *inode,
static const char rrq_tail[] = "octet\0""tsize\0""0\0""blksize\0""1408";
char rrq_packet_buf[2+2*FILENAME_MAX+sizeof rrq_tail];
char reply_packet_buf[PKTBUF_SIZE];
- const struct tftp_options *tftp_opt;
- int i = 0;
int err;
int buffersize;
int rrq_len;
@@ -219,7 +202,7 @@ void tftp_open(struct url_info *url, int flags, struct inode *inode,
jiffies_t oldtime;
uint16_t opcode;
uint16_t blk_num;
- uint32_t opdata, *opda...
2004 Mar 01
0
[PATCH] pxelinux corrupts ipappend-ed paramaters...
...#39;m not subscribed to the list, so keep me on Cc: A lot of thanks in
advance. A.
8<--------8<--------8<--------8<--------8<--------8<--------8<--------
--- ./pxelinux.asm.orig Mon Dec 8 22:17:08 2003
+++ ./pxelinux.asm Mon Mar 1 02:35:58 2004
@@ -590,6 +590,56 @@
add ax,PKTBUF_SIZE
loop .setbufptr
+%if 1
+;
+; Seed NextSocket...
+;
+%if 1
+ push ebx
+ push edx
+ push ecx
+ xor eax,eax
+
+ pushfd
+ pop eax
+ mov edx,eax
+ xor eax,1<<21 ; EFLAGS.ID
+ push eax
+ popfd
+ pushfd
+ pop eax
+ xor eax,edx
+...
2015 Sep 10
3
[PATCH 0/1] efi: DNS resolver
From: Sylvain Gault <sylvain.gault at gmail.com>
Despite having native network capabilities, UEFI 2.4 (the most widely deployed
at the moment) has no native DNS resolver. I propose here an implementation
more or less inspired by the one found in core/legacynet/dnsresolv.c.
Since it's non-trivial, I'd like to ask for a deep review of this code. I tried
to make it as strong as
2013 Mar 28
1
Makefile race condition with parallel make
When attempting to build syslinux in parallel (make -j5), I encountered
the following error at the end:
rm -f liblpxelinux.a
ar cq liblpxelinux.a rawcon.o ./fs/pxe/dhcp_option.o ./fs/pxe/pxe.o ./fs/pxe/tftp.o ./fs/pxe/urlparse.o ./lwip/src/netif/ethernetif.o ./lwip/src/netif/etharp.o ./lwip/src/netif/slipif.o ./lwip/src/netif/ppp/md5.o ./lwip/src/netif/ppp/randm.o ./lwip/src/netif/ppp/chpms.o