summaryrefslogtreecommitdiffstats
path: root/slirp/udp.c
Commit message (Expand)AuthorAgeFilesLines
* slirp/debug: Print IP addresses in human readable formAlexey Kardashevskiy2018-05-201-2/+2
* slirp: Check qemu_socket() return value in udp_listen()Peter Maydell2017-02-261-0/+4
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+1
* slirp: Add IPv6 support to the TFTP codeThomas Huth2016-03-151-6/+10
* slirp: Fix ICMP error sendingYann Bordenave2016-03-151-1/+2
* slirp: Clean up includesPeter Maydell2016-02-041-0/+1
* slirp: Make udp_attach IPv6 compatibleGuillaume Subiron2016-02-041-3/+4
* slirp: Add sockaddr_equal, make solookup family-agnosticGuillaume Subiron2016-02-041-2/+8
* slirp: Factorizing and cleaning solookup()Guillaume Subiron2016-02-041-19/+2Star
* slirp: Factorizing address translationGuillaume Subiron2016-02-041-34/+3Star
* slirp: Make Socket structure IPv6 compatibleGuillaume Subiron2016-02-041-0/+4
* slirp: goto bad in udp_input if sosendto failsGuillaume Subiron2016-02-041-0/+1
* slirp: Fix type casts and format strings in debug codeStefan Weil2015-11-121-3/+3
* slirp: udp: fix NULL pointer dereference because of uninitialized socketPetr Matousek2014-09-231-1/+1
* slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik2013-10-021-2/+2
* MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil2013-03-221-1/+1
* cleanup useless return sentenceAmos Kong2012-10-051-1/+0Star
* slirp: Cleanup resources on instance removalJan Kiszka2012-03-131-0/+8
* slirp: Replace m_freem with m_freeJan Kiszka2011-07-231-1/+1
* slirp: Strictly associate DHCP/BOOTP and TFTP with virtual hostJan Kiszka2011-07-231-5/+8
* slirp: Fix restricted modeJan Kiszka2011-07-231-4/+4
* slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil2010-07-251-4/+4
* Don't leak file descriptorsKevin Wolf2009-12-031-2/+2
* slirp: Remove UDP protocol emulation (talk, cuseeme)Ed Swierk2009-07-271-264/+2Star
* slirp: Factor out internal state structureJan Kiszka2009-06-291-25/+31
* slirp: Drop statistic codeJan Kiszka2009-06-291-11/+0Star
* slirp: Drop dead codeJan Kiszka2009-06-291-25/+3Star
* slirp: Explicitely mark host-forwarding socketsJan Kiszka2009-06-291-1/+1
* slirp: Prepare for persistent socket state flagsJan Kiszka2009-06-291-1/+2
* slirp: Bind support for host forwarding rulesJan Kiszka2009-06-291-3/+4
* slirp: Rework internal configurationJan Kiszka2009-06-291-10/+13
* slirp: Drop redundant lines from udp_inputJan Kiszka2009-06-291-2/+0Star
* Use ANSI prototypes to please sparseblueswir12009-04-181-13/+5Star
* Remove the advertising clause from the slirp licensealiguori2009-01-261-5/+1Star
* Fix 64 bit issue in slirpblueswir12009-01-131-3/+2Star
* Add slirp_restrict option (Gleb Natapov)aliguori2009-01-081-0/+3
* Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir12008-10-251-2/+2
* Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog2008-05-101-3/+3
* Treat DNS a special case among special addresses in slirp (Jason Wessel).balrog2008-04-271-3/+4
* Fix slirp udp source address contamination (Jason Wessel)balrog2008-04-261-1/+2
* Use const and static as needed, disable unused codeblueswir12007-10-261-13/+13
* Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir12007-10-261-5/+7
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-28/+28
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-70/+70
* Slirp UDP fix, by Jason Wessel.ths2007-01-171-2/+3
* UDP broadcast translation error (Mark Jonckheere)bellard2006-05-031-1/+4
* separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard2006-05-031-1/+1
* win32 compile fixbellard2005-07-031-2/+2
* 64 bit fixes (initial patch by Gwenole Beauchesne)bellard2005-06-051-6/+12
* windows fixes (Gregory Alexander)bellard2004-10-081-0/+4