modules/rpsl/peer.tab.h

/* [<][>][^][v][top]
[bottom][index][help] */

FUNCTIONS

This source file includes following functions.

   1 typedef union {
   2     char *sval;
   3 } YYSTYPE;
   4 #define TKN_SIMPLE_PROTOCOL     257
   5 #define TKN_BGP4        258
   6 #define TKN_IPV4        259
   7 #define TKN_RTRSNAME    260
   8 #define TKN_PRNGNAME    261
   9 #define TKN_ASNO        262
  10 #define TKN_SMALLINT    263
  11 #define KEYW_ASNO       264
  12 #define KEYW_FLAP_DAMP  265
  13 #define TKN_DNS 266
  14 
  15 
  16 extern YYSTYPE peerlval;

/* [<][>][^][v][top][bottom][index][help] */