aboutsummaryrefslogtreecommitdiffstats
path: root/slirp/bootp.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-03Simple ARP tableFabien Chouteau1-8/+13
2011-03-05net: fix trace when debug is activated in slirpVincent Palatin1-1/+1
2011-01-10slirp: fix unaligned access in bootp codeAurelien Jarno1-15/+17
2010-09-04Change DPRINTF() to do{}while(0) to avoid compiler warningJes Sorensen1-1/+1
2010-03-07slirp: remove dead increments, spotted by clangBlue Swirl1-1/+1
2010-02-07Do not use dprintfmalc1-9/+9
2009-06-29slirp: Factor out internal state structureJan Kiszka1-44/+36
2009-06-29slirp: Cleanup and basic reanimation of debug codeJan Kiszka1-1/+1
2009-06-29slirp: Rework internal configurationJan Kiszka1-16/+10
2009-06-29slirp: Move smb, redir, tftp and bootp parameters and -net channelJan Kiszka1-1/+1
2009-05-22slirp: Reassign same address to same DHCP clientJan Kiszka1-3/+5
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-04-21slirp: Handle DHCP requests for specific IP (Jan Kiszka)aliguori1-34/+93
2009-01-24Use broadcast address for slirp dhcp repliesaurel321-0/+2
2009-01-08Add slirp_restrict option (Gleb Natapov)aliguori1-10/+12
2008-10-01Make some variables staticblueswir11-1/+1
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-1/+2
2007-10-26 Use const and static as needed, disable unused codeblueswir11-1/+1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-8/+8
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-13/+13
2007-02-20Add -bootp option for slirp, by Anthony Liguori.ths1-0/+6
2006-04-16Set slirp client hostname.pbrook1-0/+8
2005-06-0564 bit fixes (initial patch by Gwenole Beauchesne)bellard1-1/+1
2004-10-03hack for bootp supportbellard1-0/+3
2004-09-30full system SPARC emulation (Blue Swirl)bellard1-1/+2
2004-09-30give a new address at DHCPREQUEST too (useful if the OS remembers its IP addressbellard1-2/+4
2004-06-04dhcp packet size fix (aka pump fix)bellard1-1/+2
2004-05-04fixed dhcp for windows clientbellard1-4/+31
2004-04-22initial user mode network supportbellard1-0/+212