udhcp-0.9.8

所属分类:网络编程
开发工具:Unix_Linux
文件大小:135KB
下载次数:244
上传日期:2006-07-23 12:24:37
上 传 者husanxi
说明:  dhcp的源代码,好东西,对网络编程有帮助
(dhcp the source code, something good, to help network programming)

文件列表:
udhcp-0.9.8\dhcpd.c (7843, 2002-09-21)
udhcp-0.9.8\arpping.o (2060, 2006-07-19)
udhcp-0.9.8\debug.h (929, 2006-07-11)
udhcp-0.9.8\dhcp.pr (9248, 2006-05-16)
udhcp-0.9.8\dumpleases.1 (635, 2002-05-27)
udhcp-0.9.8\script.o (3524, 2006-07-19)
udhcp-0.9.8\script.c (6238, 2006-07-19)
udhcp-0.9.8\serverpacket.c (7591, 2002-04-03)
udhcp-0.9.8\files.o (6260, 2006-07-19)
udhcp-0.9.8\debug.h~ (928, 2002-09-21)
udhcp-0.9.8\.cvsignore (29, 2002-01-17)
udhcp-0.9.8\options.c~ (6274, 2006-07-19)
udhcp-0.9.8\udhcpd.conf.5 (3028, 2002-05-27)
udhcp-0.9.8\leases.h (676, 2002-08-28)
udhcp-0.9.8\pidfile.c~ (1595, 2001-10-02)
udhcp-0.9.8\serverpacket.o (3312, 2006-07-19)
udhcp-0.9.8\files.h (256, 2002-09-18)
udhcp-0.9.8\udhcpc.8 (3830, 2002-09-18)
udhcp-0.9.8\dhcp.pri (57184, 2006-05-16)
udhcp-0.9.8\dhcpd.o (4784, 2006-07-19)
udhcp-0.9.8\NET_CONF (11, 2006-07-19)
udhcp-0.9.8\leases.o (2304, 2006-07-19)
udhcp-0.9.8\dhcpd.h (3959, 2002-09-21)
udhcp-0.9.8\pidfile.c (1610, 2006-07-11)
udhcp-0.9.8\socket.c (4233, 2002-09-21)
udhcp-0.9.8\script.c~ (6238, 2002-09-21)
udhcp-0.9.8\dumpleases (4760, 2006-07-19)
udhcp-0.9.8\dhcp.imb (8192, 2006-05-16)
udhcp-0.9.8\socketsh.c (864, 2006-07-11)
udhcp-0.9.8\packet.h~ (1154, 2006-07-11)
udhcp-0.9.8\dhcp.imd (408, 2006-05-16)
udhcp-0.9.8\options.c (6275, 2006-07-19)
udhcp-0.9.8\options.h (968, 2002-03-23)
udhcp-0.9.8\Makefile (2366, 2002-11-01)
udhcp-0.9.8\dhcp.po (776, 2006-07-21)
udhcp-0.9.8\serverpacket.h (259, 2001-08-11)
udhcp-0.9.8\dhcp.wk3 (13409, 2006-07-21)
udhcp-0.9.8\socket.h (234, 2002-04-03)
... ...

udhcp server/client package readme ------------------------- The udhcp server/client package is primarily geared towards embedded systems. It does however, strive to be fully functional, and RFC compliant. compile time options ------------------- The Makefile contains three of the compile time options: DEBUG: If DEBUG is defined, udhcpd will output extra debugging output, compile with -g, and not fork to the background when run. SYSLOG: If SYSLOG is defined, udhcpd will log all its messages syslog, otherwise, it will attempt to log them to stdout. COMBINED_BINARY: If COMBINED_BINARY is define, one binary, udhcpd, is created. If called as udhcpd, the dhcp server will be started. If called as udhcpc, the dhcp client will be started. dhcpd.h contains the other two compile time options: LEASE_TIME: The default lease time if not specified in the config file. DHCPD_CONFIG_FILE: The defualt config file to use. options.c contains a set of dhcp options for the client: name[10]: The name of the option as it will appear in scripts flags: The type of option, as well as if it will be requested by the client (OPTION_REQ) code: The DHCP code for this option busybox drop-in -------------- udhcp is now a drop-in component for busybox (http://busybox.net). To update busybox to the latest revision, simply do a: cp *.[ch] README AUTHORS COPYING ChangeLog TODO \ /networking/udhcp The only two files udhcp does not provide are config.in and Makefile.in, so these may need to be updated from time to time.

近期下载者

相关文件


收藏者