Moved host_t and host_resolver_t to a new networking subfolder
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
typedef struct backend_manager_t backend_manager_t;
|
||||
|
||||
#include <library.h>
|
||||
#include <utils/host.h>
|
||||
#include <networking/host.h>
|
||||
#include <utils/identification.h>
|
||||
#include <config/ike_cfg.h>
|
||||
#include <config/peer_cfg.h>
|
||||
|
||||
@@ -26,7 +26,7 @@ typedef enum ike_version_t ike_version_t;
|
||||
typedef struct ike_cfg_t ike_cfg_t;
|
||||
|
||||
#include <library.h>
|
||||
#include <utils/host.h>
|
||||
#include <networking/host.h>
|
||||
#include <utils/linked_list.h>
|
||||
#include <utils/identification.h>
|
||||
#include <config/proposal.h>
|
||||
|
||||
@@ -28,7 +28,7 @@ typedef struct proposal_t proposal_t;
|
||||
#include <library.h>
|
||||
#include <utils/identification.h>
|
||||
#include <utils/linked_list.h>
|
||||
#include <utils/host.h>
|
||||
#include <networking/host.h>
|
||||
#include <crypto/transform.h>
|
||||
#include <crypto/crypters/crypter.h>
|
||||
#include <crypto/signers/signer.h>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
typedef struct traffic_selector_substructure_t traffic_selector_substructure_t;
|
||||
|
||||
#include <library.h>
|
||||
#include <utils/host.h>
|
||||
#include <networking/host.h>
|
||||
#include <selectors/traffic_selector.h>
|
||||
#include <encoding/payloads/payload.h>
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
typedef struct receiver_t receiver_t;
|
||||
|
||||
#include <library.h>
|
||||
#include <utils/host.h>
|
||||
#include <networking/host.h>
|
||||
#include <utils/packet.h>
|
||||
|
||||
/**
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "android_handler.h"
|
||||
|
||||
#include <utils/host.h>
|
||||
#include <networking/host.h>
|
||||
#include <utils/linked_list.h>
|
||||
|
||||
#include <cutils/properties.h>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#ifndef DHCP_TRANSACTION_H_
|
||||
#define DHCP_TRANSACTION_H_
|
||||
|
||||
#include <utils/host.h>
|
||||
#include <networking/host.h>
|
||||
#include <utils/identification.h>
|
||||
#include <attributes/attributes.h>
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#ifndef FARP_LISTENER_H_
|
||||
#define FARP_LISTENER_H_
|
||||
|
||||
#include <utils/host.h>
|
||||
#include <networking/host.h>
|
||||
#include <bus/listeners/listener.h>
|
||||
|
||||
typedef struct farp_listener_t farp_listener_t;
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#define HA_MESSAGE_H_
|
||||
|
||||
#include <library.h>
|
||||
#include <utils/host.h>
|
||||
#include <networking/host.h>
|
||||
#include <utils/identification.h>
|
||||
#include <sa/ike_sa_id.h>
|
||||
#include <selectors/traffic_selector.h>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include <daemon.h>
|
||||
#include <utils/host.h>
|
||||
#include <networking/host.h>
|
||||
#include <threading/thread.h>
|
||||
#include <processing/jobs/callback_job.h>
|
||||
|
||||
|
||||
@@ -15,14 +15,14 @@
|
||||
|
||||
/**
|
||||
* @defgroup tnc_ifmap_soap tnc_ifmap_soap
|
||||
* @{ @ingroup tnc_ifmap
|
||||
* @{ @ingroup tnc_ifmap
|
||||
*/
|
||||
|
||||
#ifndef TNC_IFMAP_SOAP_H_
|
||||
#define TNC_IFMAP_SOAP_H_
|
||||
|
||||
#include <library.h>
|
||||
#include <utils/host.h>
|
||||
#include <networking/host.h>
|
||||
#include <sa/ike_sa.h>
|
||||
|
||||
typedef struct tnc_ifmap_soap_t tnc_ifmap_soap_t;
|
||||
@@ -47,7 +47,7 @@ struct tnc_ifmap_soap_t {
|
||||
bool (*purgePublisher)(tnc_ifmap_soap_t *this);
|
||||
|
||||
/**
|
||||
* Publish metadata about established/deleted IKE_SAs
|
||||
* Publish metadata about established/deleted IKE_SAs
|
||||
*
|
||||
* @param ike_sa IKE_SA for which metadate is published
|
||||
* @param up TRUE if IKE_SEA is up, FALSE if down
|
||||
@@ -56,7 +56,7 @@ struct tnc_ifmap_soap_t {
|
||||
bool (*publish_ike_sa)(tnc_ifmap_soap_t *this, ike_sa_t *ike_sa, bool up);
|
||||
|
||||
/**
|
||||
* Publish PEP device-ip metadata
|
||||
* Publish PEP device-ip metadata
|
||||
*
|
||||
* @param host IP address of local endpoint
|
||||
* @return TRUE if command was successful
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
typedef struct migrate_job_t migrate_job_t;
|
||||
|
||||
#include <library.h>
|
||||
#include <utils/host.h>
|
||||
#include <networking/host.h>
|
||||
#include <selectors/traffic_selector.h>
|
||||
#include <kernel/kernel_ipsec.h>
|
||||
#include <processing/jobs/job.h>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
typedef struct update_sa_job_t update_sa_job_t;
|
||||
|
||||
#include <library.h>
|
||||
#include <utils/host.h>
|
||||
#include <networking/host.h>
|
||||
#include <processing/jobs/job.h>
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user