index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
udhcp
/
options.h
Age
Commit message (
Expand
)
Author
2008-09-26
udhcp: add inline docs; small code shrink
Denis Vlasenko
2008-09-26
dhcp: add FAST_FUNC as appropriate. -160 bytes.
Denis Vlasenko
2008-05-09
Use intra-DSO calls when we build libbusybox. No-op for normal build.
Denis Vlasenko
2008-01-25
udhcpc: filter unwanted packets in kernel
Denis Vlasenko
2007-11-29
dhcp: heed TODO item - divorced options from their string descriptions
Denis Vlasenko
2007-11-28
dhcpc: let server know we don't like oversized packets.
Denis Vlasenko
2007-11-23
dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller
Denis Vlasenko
2007-04-07
udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.
Denis Vlasenko
2007-02-27
udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>)
Denis Vlasenko
2006-11-23
add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes
Denis Vlasenko
2006-11-18
udhcp: fix indentation and style.
Denis Vlasenko
2006-09-26
several fixes from openWRT project
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-05-08
add back in udhcp support
Mike Frysinger
2006-03-23
remove in place of external link
Mike Frysinger
2005-09-22
move a couple of functions from common code (options.c) to udhcpd private
Paul Fox
2004-01-30
Use standard C99 types
Eric Andersen
2003-12-15
options is a pretty common symbol, bad idea to use as a global in udhcp when ...
Russ Dill
2002-12-11
resync with udhcp cvs
Russ Dill
2002-12-08
Support using ip in udhcpc scripts.
Glenn L McGrath
2002-10-14
added full udhcp integration
Russ Dill