Moved host_t and host_resolver_t to a new networking subfolder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user