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/BBA1.5_platform/apps/public/xl2tpd-1.1.12/ipsecmast.h
2024-07-22 01:58:46 -03:00

15 lines
219 B
C

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