1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/EN7526G_3.18Kernel_SDK/apps/public/xl2tpd/xl2tpd-1.2.4/ipsecmast.h
2024-07-22 01:58:46 -03:00

15 lines
219 B
C
Executable File

#ifndef _IPSECMAST_H
#define _IPSECMAST_H
#ifndef IP_IPSEC_REFINFO
#define IP_IPSEC_REFINFO 22
#endif
#ifndef IPSEC_SAREF_NULL
typedef uint32_t IPsecSAref_t;
#define IPSEC_SAREF_NULL ((IPsecSAref_t)0)
#endif
#endif