hush/networking/udhcp
Denis Vlasenko 6884f665bd dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller
function                                             old     new   delta
udhcp_get_packet                                     146     134     -12
get_raw_packet                                       368     353     -15
2007-11-23 00:08:54 +00:00
..
arpping.c udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>) 2007-11-22 00:58:49 +00:00
clientpacket.c dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller 2007-11-23 00:08:54 +00:00
clientsocket.c - use xlisten/xsocket some more. Saves .25 kB 2006-12-19 16:31:09 +00:00
common.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
common.h dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller 2007-11-23 00:08:54 +00:00
Config.in udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>) 2007-11-22 00:58:49 +00:00
dhcpc.c udhcpc: remove -W option, -A can be reused for that 2007-11-22 21:41:14 +00:00
dhcpc.h udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>) 2007-11-22 00:58:49 +00:00
dhcpd.c add -fvisibility=hidden to CC flags, mark XXX_main functions 2007-10-11 10:05:36 +00:00
dhcpd.h move udhcp_{client/server}_config to common_bufsiz1 2007-09-30 17:55:43 +00:00
dhcprelay.c add -fvisibility=hidden to CC flags, mark XXX_main functions 2007-10-11 10:05:36 +00:00
domain_codec.c clean up accumulated whitespace damage 2007-03-07 09:35:43 +00:00
dumpleases.c add -fvisibility=hidden to CC flags, mark XXX_main functions 2007-10-11 10:05:36 +00:00
files.c telnet: use poll, it's shorter 2007-11-06 02:23:39 +00:00
Kbuild fix a thinko in build system 2007-11-22 20:09:41 +00:00
leases.c udhcpd: fix bug: s/memcmp() != 0/memcmp() == 0/ 2007-08-09 08:04:05 +00:00
options.c dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller 2007-11-23 00:08:54 +00:00
options.h dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller 2007-11-23 00:08:54 +00:00
packet.c dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller 2007-11-23 00:08:54 +00:00
script.c max_option_length[] holds small ints, uint8_t is enough 2007-08-19 21:21:16 +00:00
serverpacket.c udhcp: new config option "Rewrite the lease file at every new acknowledge" 2007-07-01 17:05:57 +00:00
signalpipe.c udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>) 2007-11-22 00:58:49 +00:00
socket.c *: compile fixes for 64-bit build 2007-08-23 10:52:52 +00:00
static_leases.c httpd: slight reduction of #ifdef forest 2006-11-21 10:15:25 +00:00