Displaying 4 results from an estimated 4 matches for "dhcppack".
Did you mean:
dhcpack
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 shoul...
2012 May 27
0
[git-pull] pxechn.c32
...;
are available in the git repository 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...
2002 Jun 12
7
VFS: Cannot open root device, pxelinux nfsroot
...ge
APPEND root=/dev/nfs ip=dhcp nfsroot=192.168.1.1:/netboot/base
/etc/exports:
/netboot/base 192.168.1.0/255.255.255.0(rw,no_root_squash)
/etc/hosts.allow:
ALL:ALL
/etc/hosts.deny:
is empty
rpcinfo -p : says portmapper, mountd and nfs are active.
My log that logs all says nothing after DHCPPACK for ip assignment by dhcpd and "tftp: client does not accept options" which is normal I understand.
I have also tried to use other kernels and root filesystems (in /netboot/base, client was supposed to nfs) but without succes.
The kernels I made all gave the error:
NET4: Unix domain soc...
2012 Jun 26
2
[GIT PULL] elflink bug fixes
...umax.o strsep.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 \
+ s...