aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/networking/host.h
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-6/+6
|
* apple: Redefine some additional clashing Mach typesMartin Willi2014-12-161-3/+3
| | | | | | While they usually are not included in a normal strongSwan build, the XPC header indirectly defines these Mach types. To build charon-xpc, which uses both XPC and strongSwan includes, we have to redefine these types.
* host: Ignore spaces around - when parsing rangesTobias Brunner2014-10-301-1/+1
|
* host: Add function to create two hosts from a range definitionTobias Brunner2014-10-301-0/+13
|
* windows: Add a common Windows header for platform specific wrappersMartin Willi2014-06-031-3/+1
| | | | | Include some more basic system headers in utils.h, so we can use that common header on the different platforms.
* Fix various API doc issues and typosTobias Brunner2013-07-181-2/+3
| | | | Partially based on an old patch by Adrian-Ken Rueegsegger.
* host: add a netmask constructor taking the number of network bitsMartin Willi2013-05-061-0/+8
|
* host: remove unused host_t.get_differences() methodMartin Willi2013-05-061-18/+0
|
* Add a host_t constructor from string, but with a specific familyMartin Willi2012-11-291-0/+11
|
* Moved chunk_t to utils folderTobias Brunner2012-10-241-1/+1
|
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-241-0/+220