summaryrefslogtreecommitdiffstats
path: root/slirp/bootp.c
Commit message (Expand)AuthorAgeFilesLines
* slirp: Fix type casts and format strings in debug codeStefan Weil2015-11-121-3/+9
* slirp: Add domain-search option to slirp's DHCP serverKlaus Stengel2012-11-151-0/+12
* slirp: Fix assertion failure on rejected DHCP requestsDavid Gibson2012-02-271-1/+2
* Simple ARP tableFabien Chouteau2011-08-031-8/+13
* net: fix trace when debug is activated in slirpVincent Palatin2011-03-051-1/+1
* slirp: fix unaligned access in bootp codeAurelien Jarno2011-01-101-15/+17
* Change DPRINTF() to do{}while(0) to avoid compiler warningJes Sorensen2010-09-041-1/+1
* slirp: remove dead increments, spotted by clangBlue Swirl2010-03-071-1/+1
* Do not use dprintfmalc2010-02-071-9/+9
* slirp: Factor out internal state structureJan Kiszka2009-06-291-44/+36
* slirp: Cleanup and basic reanimation of debug codeJan Kiszka2009-06-291-1/+1
* slirp: Rework internal configurationJan Kiszka2009-06-291-16/+10
* slirp: Move smb, redir, tftp and bootp parameters and -net channelJan Kiszka2009-06-291-1/+1
* slirp: Reassign same address to same DHCP clientJan Kiszka2009-05-221-3/+5
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-3/+3
* slirp: Handle DHCP requests for specific IP (Jan Kiszka)aliguori2009-04-211-34/+93
* Use broadcast address for slirp dhcp repliesaurel322009-01-241-0/+2
* Add slirp_restrict option (Gleb Natapov)aliguori2009-01-081-10/+12
* Make some variables staticblueswir12008-10-011-1/+1
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-1/+2
* Use const and static as needed, disable unused codeblueswir12007-10-261-1/+1
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-8/+8
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-13/+13
* Add -bootp option for slirp, by Anthony Liguori.ths2007-02-201-0/+6
* Set slirp client hostname.pbrook2006-04-161-0/+8
* 64 bit fixes (initial patch by Gwenole Beauchesne)bellard2005-06-051-1/+1
* hack for bootp supportbellard2004-10-031-0/+3
* full system SPARC emulation (Blue Swirl)bellard2004-09-301-1/+2
* give a new address at DHCPREQUEST too (useful if the OS remembers its IP addressbellard2004-09-301-2/+4
* dhcp packet size fix (aka pump fix)bellard2004-06-041-1/+2
* fixed dhcp for windows clientbellard2004-05-041-4/+31
* initial user mode network supportbellard2004-04-221-0/+212
OpenPOWER on IntegriCloud