]> git.proxmox.com Git - mirror_qemu.git/commit
slirp: Adding IPv6 UDP support
authorGuillaume Subiron <maethor@subiron.org>
Tue, 15 Mar 2016 09:31:20 +0000 (10:31 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 15 Mar 2016 09:35:08 +0000 (10:35 +0100)
commit15d62af4b6068d1bac1806ca4625b6d4c475eb09
tree17e76661234a309b56927de53f336a4e8bf8e598
parentfc6c9257c6dd47316a1c55d356bcd89bdc5fd642
slirp: Adding IPv6 UDP support

This adds the sin6 case in the fhost and lhost unions and related macros.
It adds udp6_input() and udp6_output().
It adds the IPv6 case in sorecvfrom().
Finally, udp_input() is called by ip6_input().

Signed-off-by: Guillaume Subiron <maethor@subiron.org>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
slirp/Makefile.objs
slirp/ip6_input.c
slirp/socket.c
slirp/socket.h
slirp/udp.h
slirp/udp6.c [new file with mode: 0644]