Moved host_t and host_resolver_t to a new networking subfolder
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include "esp_context.h"
|
||||
|
||||
#include <library.h>
|
||||
#include <utils/host.h>
|
||||
#include <networking/host.h>
|
||||
#include <utils/packet.h>
|
||||
|
||||
typedef struct esp_packet_t esp_packet_t;
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#define IP_PACKET_H_
|
||||
|
||||
#include <library.h>
|
||||
#include <utils/host.h>
|
||||
#include <networking/host.h>
|
||||
#include <utils/packet.h>
|
||||
|
||||
typedef struct ip_packet_t ip_packet_t;
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "ip_packet.h"
|
||||
|
||||
#include <library.h>
|
||||
#include <utils/host.h>
|
||||
#include <networking/host.h>
|
||||
#include <ipsec/ipsec_types.h>
|
||||
#include <selectors/traffic_selector.h>
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "ip_packet.h"
|
||||
|
||||
#include <library.h>
|
||||
#include <utils/host.h>
|
||||
#include <networking/host.h>
|
||||
#include <utils/linked_list.h>
|
||||
#include <ipsec/ipsec_types.h>
|
||||
#include <selectors/traffic_selector.h>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "esp_context.h"
|
||||
|
||||
#include <library.h>
|
||||
#include <utils/host.h>
|
||||
#include <networking/host.h>
|
||||
#include <selectors/traffic_selector.h>
|
||||
#include <ipsec/ipsec_types.h>
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include <library.h>
|
||||
#include <ipsec/ipsec_types.h>
|
||||
#include <selectors/traffic_selector.h>
|
||||
#include <utils/host.h>
|
||||
#include <networking/host.h>
|
||||
|
||||
typedef struct ipsec_sa_mgr_t ipsec_sa_mgr_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user