Sign in
qemu
/
qemu
/
6c51ae73fc68de2a4f11f5a7ebb52a4e79687e7d
/
slirp
/
bootp.c
63d2960
slirp: Add domain-search option to slirp's DHCP server
by Klaus Stengel
· 12 years ago
90d7416
slirp: Fix assertion failure on rejected DHCP requests
by David Gibson
· 13 years ago
1a0ca1e
Simple ARP table
by Fabien Chouteau
· 14 years ago
24ac3a7
net: fix trace when debug is activated in slirp
by Vincent Palatin
· 14 years ago
8aaf42e
slirp: fix unaligned access in bootp code
by Aurelien Jarno
· 14 years ago
7390cdf
Change DPRINTF() to do{}while(0) to avoid compiler warning
by Jes Sorensen
· 15 years ago
369c86e
slirp: remove dead increments, spotted by clang
by Blue Swirl
· 15 years ago
d0f2c4c
Do not use dprintf
by malc
· 15 years ago
460fec6
slirp: Factor out internal state structure
by Jan Kiszka
· 16 years ago
9f34949
slirp: Cleanup and basic reanimation of debug code
by Jan Kiszka
· 16 years ago
a13a412
slirp: Rework internal configuration
by Jan Kiszka
· 16 years ago
ad196a9
slirp: Move smb, redir, tftp and bootp parameters and -net channel
by Jan Kiszka
· 16 years ago
0928a95
slirp: Reassign same address to same DHCP client
by Jan Kiszka
· 16 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
b63c7f6
slirp: Handle DHCP requests for specific IP (Jan Kiszka)
by aliguori
· 16 years ago
6391e47
Use broadcast address for slirp dhcp replies
by aurel32
· 16 years ago
a9ba3a8
Add slirp_restrict option (Gleb Natapov)
by aliguori
· 16 years ago
7ca699c
Make some variables static
by blueswir1
· 16 years ago
b55266b
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
by blueswir1
· 16 years ago
9634d90
Use const and static as needed, disable unused code
by blueswir1
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
47d5d01
Add -bootp option for slirp, by Anthony Liguori.
by ths
· 18 years ago
115defd
Set slirp client hostname.
by pbrook
· 19 years ago
101c593
64 bit fixes (initial patch by Gwenole Beauchesne)
by bellard
· 20 years ago
487be8a
hack for bootp support
by bellard
· 20 years ago
e95c8d5
full system SPARC emulation (Blue Swirl)
by bellard
· 20 years ago
d981b88
give a new address at DHCPREQUEST too (useful if the OS remembers its IP address
by bellard
· 20 years ago
44bbf73
dhcp packet size fix (aka pump fix)
by bellard
· 21 years ago
512176d
fixed dhcp for windows client
by bellard
· 21 years ago
f0cbd3e
initial user mode network support
by bellard
· 21 years ago