4 * Copyright (C) 2002-2004 by Darren Reed.
6 * See the IPFILTER.LICENCE file for details on licencing.
9 typedef struct wordtab
{
15 #define YY_COMMENT 1000
16 #define YY_CMP_NE 1001
17 #define YY_CMP_LE 1002
18 #define YY_RANGE_OUT 1003
19 #define YY_CMP_GE 1004
20 #define YY_RANGE_IN 1005
22 #define YY_NUMBER 1007
25 #define YY_IPADDR 1010
30 extern wordtab_t
*yysettab
__P((wordtab_t
*));
31 extern void yysetdict
__P((wordtab_t
*));
32 extern int yylex
__P((void));
33 extern void yyerror
__P((char *));
34 extern char *yykeytostr
__P((int));
35 extern void yyresetdict
__P((void));
39 extern int yyexpectaddr
;
40 extern int yybreakondot
;