strongswan/src/libstrongswan/networking
Martin Willi aa5b49c037 stream: Separate TCP/Unix stream helpers from stream/service implementations
This allows us to disable Unix sockets cleanly on Windows. Replaces some
read/write calls with recv/send counterparts, as Winsock does not like
read/writes.
2014-06-04 15:53:00 +02:00
..
streams stream: Separate TCP/Unix stream helpers from stream/service implementations 2014-06-04 15:53:00 +02:00
host.c host: Properly initialize struct sockaddr_in[6] when parsing strings 2013-07-31 22:16:58 +02:00
host.h windows: Add a common Windows header for platform specific wrappers 2014-06-03 12:24:34 +02:00
host_resolver.c windows: Add a common Windows header for platform specific wrappers 2014-06-03 12:24:34 +02:00
host_resolver.h Moved host_t and host_resolver_t to a new networking subfolder 2012-10-24 15:06:18 +02:00
packet.c Add a DSCP value with getter/setter on packet_t 2013-02-06 15:20:32 +01:00
packet.h Add a DSCP value with getter/setter on packet_t 2013-02-06 15:20:32 +01:00
tun_device.c tun-device: Rearrange headers to build properly when tun devices not supported 2014-06-03 12:24:34 +02:00
tun_device.h tun-device: Include system headers before our own 2013-12-20 11:33:16 +01:00