summaryrefslogtreecommitdiffstats
path: root/slirp/ip.h
Commit message (Expand)AuthorAgeFilesLines
* slirp: removed unused codePhilippe Mathieu-Daudé2018-01-141-13/+0Star
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-2/+2
* slirp: Avoid statements without effect on Big Endian hostAndreas Färber2012-05-281-12/+8Star
* Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-031-8/+8
* slirp: Fix bit field types in IP header structsJan Kiszka2011-08-151-4/+4
* slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil2010-07-251-20/+20
* fix networking on win32 hostJuha Riihimäki2009-12-181-7/+7
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-3/+3
* slirp: Factor out internal state structureJan Kiszka2009-06-291-3/+0Star
* slirp: Drop statistic codeJan Kiszka2009-06-291-37/+0Star
* Remove the advertising clause from the slirp licensealiguori2009-01-261-5/+1Star
* Fix 64 bit issue in slirpblueswir12009-01-131-41/+23Star
* Use const and static as needed, disable unused codeblueswir12007-10-261-2/+0Star
* Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir12007-10-261-0/+4
* > 32 KB packet handling (Ed Swierk)bellard2006-05-021-9/+5Star
* initial user mode network supportbellard2004-04-221-0/+317