diff options
Diffstat (limited to 'src/libstrongswan/utils/host.h')
-rw-r--r-- | src/libstrongswan/utils/host.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/libstrongswan/utils/host.h b/src/libstrongswan/utils/host.h index 32abe56a3..b9a97b1cb 100644 --- a/src/libstrongswan/utils/host.h +++ b/src/libstrongswan/utils/host.h @@ -192,7 +192,6 @@ struct host_t { /** * @brief Constructor to create a host_t object from an address string * - * * @param family Address family to use for this object, such as AF_INET or AF_INET6 * @param address string of an address, such as "152.96.193.130" * @param port port number @@ -218,20 +217,6 @@ host_t *host_create(int family, char *address, u_int16_t port); host_t *host_create_from_string(char *string, u_int16_t port); /** - * @brief Constructor to create a host_t object from raw header data - * - * only IPv4 (create host_create_from_hdr6 for IPv6)! - * - * @param address address in network byte order - * @param port port number in network byte order - * @return - * - host_t object - * - * @ingroup network - */ -host_t *host_create_from_hdr(u_long address, u_short port); - -/** * @brief Constructor to create a host_t object from an address chunk * * @param family Address family to use for this object, such as AF_INET or AF_INET6 |