aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/networking/tun_device.h
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-2/+2
|
* tun-device: Remove the superfluous use of select() before read()Martin Willi2014-11-211-3/+1
|
* tun-device: Include system headers before our ownTobias Brunner2013-12-201-1/+0
| | | | | | | | | | | | | On CentOS 6.5 the sys/capability.h header file defines _LINUX_TYPES_H without actually including that header, preventing its later inclusion here. As library.h (via which the capabilities headers are included) is not actually required in tun_device.[ch], moving the inclusion of tun_device.h would not strictly be necessary. But it's probably a good idea to include our own headers after system headers anyway, for if one of the recursively included files at a later point includes library.h we'd have the same problem again.
* tun_device: add a getter for the address previously passed to set_address()Martin Willi2013-05-061-0/+8
|
* tun_device: add a getter for the underlying file descriptorMartin Willi2013-05-061-0/+7
|
* Moved packet_t and tun_device_t to networking folderTobias Brunner2012-10-241-0/+112