aboutsummaryrefslogtreecommitdiff
path: root/xlat/nl_xfrm_types.in
blob: ee81394c3c82876bb47ee6c5180fa76d758e26a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
XFRM_MSG_NEWSA		0x10
XFRM_MSG_DELSA		0x11
XFRM_MSG_GETSA		0x12

XFRM_MSG_NEWPOLICY	0x13
XFRM_MSG_DELPOLICY	0x14
XFRM_MSG_GETPOLICY	0x15

XFRM_MSG_ALLOCSPI	0x16
XFRM_MSG_ACQUIRE	0x17
XFRM_MSG_EXPIRE		0x18

XFRM_MSG_UPDPOLICY	0x19
XFRM_MSG_UPDSA		0x1a

XFRM_MSG_POLEXPIRE	0x1b

XFRM_MSG_FLUSHSA	0x1c
XFRM_MSG_FLUSHPOLICY	0x1d

XFRM_MSG_NEWAE		0x1e
XFRM_MSG_GETAE		0x1f

XFRM_MSG_REPORT		0x20

XFRM_MSG_MIGRATE	0x21

XFRM_MSG_NEWSADINFO	0x22
XFRM_MSG_GETSADINFO	0x23

XFRM_MSG_NEWSPDINFO	0x24
XFRM_MSG_GETSPDINFO	0x25

XFRM_MSG_MAPPING	0x26