qemu-e2k/slirp
Klaus Stengel 63d2960bc4 slirp: Add domain-search option to slirp's DHCP server
This patch will allow the user to include the domain-search option in
replies from the built-in DHCP server. The domain suffixes can be
specified by adding dnssearch= entries to the "-net user" parameter.

[Jan: tiny style adjustments]

Signed-off-by: Klaus Stengel <Klaus.Stengel@asamnet.de>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
2012-11-15 10:27:14 +01:00
..
COPYRIGHT
Makefile.objs slirp: Add domain-search option to slirp's DHCP server 2012-11-15 10:27:14 +01:00
arp_table.c slirp: Don't crash on packets from 0.0.0.0/8. 2012-11-15 10:27:14 +01:00
bootp.c slirp: Add domain-search option to slirp's DHCP server 2012-11-15 10:27:14 +01:00
bootp.h
cksum.c
debug.h
dnssearch.c slirp: Add domain-search option to slirp's DHCP server 2012-11-15 10:27:14 +01:00
if.c net: determine if packets can be sent before net queue deliver packets 2012-08-01 13:32:11 +01:00
if.h
ip.h
ip_icmp.c
ip_icmp.h slirp: Fix spelling in comment (enought -> enough, insure -> ensure) 2012-10-05 14:24:37 +02:00
ip_input.c cleanup useless return sentence 2012-10-05 15:10:21 +02:00
ip_output.c
libslirp.h slirp: Add domain-search option to slirp's DHCP server 2012-11-15 10:27:14 +01:00
main.h slirp: fix build on mingw32 2012-08-06 19:31:55 -05:00
mbuf.c
mbuf.h
misc.c slirp: remove unused function u_sleep 2012-11-10 13:49:20 +00:00
misc.h slirp: remove unused function u_sleep 2012-11-10 13:49:20 +00:00
sbuf.c
sbuf.h
slirp.c slirp: Add domain-search option to slirp's DHCP server 2012-11-15 10:27:14 +01:00
slirp.h slirp: Add domain-search option to slirp's DHCP server 2012-11-15 10:27:14 +01:00
slirp_config.h
socket.c
socket.h
tcp.h
tcp_input.c cleanup useless return sentence 2012-10-05 15:10:21 +02:00
tcp_output.c slirp: Avoid redefining MAX_TCPOPTLEN 2012-05-28 22:44:27 +02:00
tcp_subr.c slirp: Fix error reported by static code analysis 2012-09-13 12:38:14 +02:00
tcp_timer.c
tcp_timer.h
tcp_var.h
tcpip.h
tftp.c slirp: Implement TFTP Blocksize option 2012-09-14 00:26:55 +02:00
tftp.h slirp: Handle more than 65535 blocks in TFTP transfers 2012-09-13 12:39:36 +02:00
udp.c cleanup useless return sentence 2012-10-05 15:10:21 +02:00
udp.h