search for: dhcpunpack

Displaying 3 results from an estimated 3 matches for "dhcpunpack".

Did you mean: dhcpnack
2012 Feb 12
1
dhcp.h/dhcppack.c/dhcpunpack.c: license and enhancement
On 02/12/2012 06:01 AM, Gene Cumm wrote: > I had grabbed dhcp.h/dhcppack.c/dhcpunpack.c from > http://www.zytor.com/~hpa/syslinux/dhcp/ months ago when we were > talking about it more and it's been rather nice to use. Should it > contain a copyright/license header? Currently I'm just using them > as-is in com32/lib/ for pxechn.c32. It really should, yes. >...
2012 May 27
0
[git-pull] pxechn.c32
...at: git://github.com/geneC/syslinux.git pxechn-c32-for-hpa Gene Cumm (1): pxechn.c32: PXE NBP chainloader H. Peter Anvin (1): COM32: add DHCP pack/unpack functions com32/include/dhcp.h | 40 ++ com32/lib/Makefile | 2 +- com32/lib/dhcppack.c | 166 +++++++ com32/lib/dhcpunpack.c | 116 +++++ com32/modules/Makefile | 3 +- com32/modules/pxechn.c | 1126 ++++++++++++++++++++++++++++++++++++++++++++++++ doc/pxechn.txt | 94 ++++ 7 files changed, 1545 insertions(+), 2 deletions(-) create mode 100644 com32/include/dhcp.h create mode 100644 com32/lib/dhcppack.c...
2012 Jun 26
2
[GIT PULL] elflink bug fixes
...ep.o strspn.o strstr.o \ strtoimax.o strtok.o strtol.o strtoll.o strtoul.o strtoull.o \ strtoumax.o vprintf.o vsprintf.o \ asprintf.o vasprintf.o \ @@ -133,7 +134,7 @@ LIBOTHER_OBJS = \ skipspace.o \ chrreplace.o \ bufprintf.o \ - inet.o \ + inet.o dhcppack.o dhcpunpack.o \ strreplace.o \ lstrdup.o \ \ @@ -169,7 +170,7 @@ CORELIBOBJS = \ fputs.o fwrite2.o fwrite.o fgetc.o fclose.o errno.o lmalloc.o \ sys/err_read.o sys/err_write.o sys/null_read.o \ sys/stdcon_write.o sys/openconsole.o \ - syslinux/memscan.o \ + syslinux/memsc...