source: rtems-libbsd/ipsec-tools/src/libipsec/policy_parse.h @ b376ae1

55-freebsd-126-freebsd-12
Last change on this file since b376ae1 was b376ae1, checked in by Christian Mauderer <christian.mauderer@…>, on 05/03/18 at 12:15:11

ipsec-tools: Port libipsec, setkey and racoon.

Note that this replaces the libipsec from FreeBSD with the one provided
by ipsec-tools.

  • Property mode set to 100644
File size: 615 bytes
Line 
1#define DIR 257
2#define PRIORITY 258
3#define PLUS 259
4#define PRIO_BASE 260
5#define PRIO_OFFSET 261
6#define ACTION 262
7#define PROTOCOL 263
8#define MODE 264
9#define LEVEL 265
10#define LEVEL_SPECIFY 266
11#define IPADDRESS 267
12#define PORT 268
13#define ME 269
14#define ANY 270
15#define SLASH 271
16#define HYPHEN 272
17#ifdef YYSTYPE
18#undef  YYSTYPE_IS_DECLARED
19#define YYSTYPE_IS_DECLARED 1
20#endif
21#ifndef YYSTYPE_IS_DECLARED
22#define YYSTYPE_IS_DECLARED 1
23typedef union {
24        u_int num;
25        u_int32_t num32;
26        struct _val {
27                int len;
28                char *buf;
29        } val;
30} YYSTYPE;
31#endif /* !YYSTYPE_IS_DECLARED */
32extern YYSTYPE __libipseclval;
Note: See TracBrowser for help on using the repository browser.