Moved packet_t and tun_device_t to networking folder
This commit is contained in:
@@ -43,7 +43,7 @@ typedef struct ike_sa_t ike_sa_t;
|
||||
#include <config/peer_cfg.h>
|
||||
#include <config/ike_cfg.h>
|
||||
#include <credentials/auth_cfg.h>
|
||||
#include <utils/packet.h>
|
||||
#include <networking/packet.h>
|
||||
|
||||
/**
|
||||
* Timeout in seconds after that a half open IKE_SA gets deleted.
|
||||
|
||||
@@ -26,7 +26,7 @@ typedef struct ike_mobike_t ike_mobike_t;
|
||||
#include <library.h>
|
||||
#include <sa/ike_sa.h>
|
||||
#include <sa/task.h>
|
||||
#include <utils/packet.h>
|
||||
#include <networking/packet.h>
|
||||
|
||||
/**
|
||||
* Task of type ike_mobike, detects and handles MOBIKE extension.
|
||||
|
||||
Reference in New Issue
Block a user