repo.or.cz
/
tomato
/
davidwu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct PPTP server firewall rules chain.
[tomato/davidwu.git]
/
release
/
src
/
router
/
xl2tpd
/
ipsecmast.h
blob
242bf9ada4fed83f02450b9a9995e6bb22c4dd37
1
#ifndef _IPSECMAST_H
2
#define _IPSECMAST_H
3
4
#ifndef IP_IPSEC_REFINFO
5
#define IP_IPSEC_REFINFO 22
6
#endif
7
8
#ifndef IPSEC_SAREF_NULL
9
typedef
uint32_t
IPsecSAref_t
;
10
11
#define IPSEC_SAREF_NULL ((IPsecSAref_t)0)
12
#endif
13
14
#endif