Moved packet_t and tun_device_t to networking folder
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include <processing/jobs/callback_job.h>
|
||||
#include <crypto/hashers/hasher.h>
|
||||
#include <threading/mutex.h>
|
||||
#include <utils/packet.h>
|
||||
#include <networking/packet.h>
|
||||
|
||||
/** lifetime of a cookie, in seconds */
|
||||
#define COOKIE_LIFETIME 10
|
||||
|
||||
@@ -27,7 +27,7 @@ typedef struct receiver_t receiver_t;
|
||||
|
||||
#include <library.h>
|
||||
#include <networking/host.h>
|
||||
#include <utils/packet.h>
|
||||
#include <networking/packet.h>
|
||||
|
||||
/**
|
||||
* Callback called for any received UDP encapsulated ESP packet.
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
typedef struct sender_t sender_t;
|
||||
|
||||
#include <library.h>
|
||||
#include <utils/packet.h>
|
||||
#include <networking/packet.h>
|
||||
|
||||
/**
|
||||
* Callback job responsible for sending IKE packets over the socket.
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
typedef struct socket_t socket_t;
|
||||
|
||||
#include <library.h>
|
||||
#include <utils/packet.h>
|
||||
#include <networking/packet.h>
|
||||
#include <utils/enumerator.h>
|
||||
#include <plugins/plugin.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user