source: rtems-libbsd/freebsd-userspace/lib/libc/net/nsparser.h @ c52d922

4.1155-freebsd-126-freebsd-12freebsd-9.3
Last change on this file since c52d922 was c52d922, checked in by Joel Sherrill <joel.sherrill@…>, on 09/12/12 at 22:09:48

nsdispatch.c: New file added along with required dependencies

This file uses dynamic loading and is using some magic for
statically linked modules included in it. These modules may
or may not show up magically in an RTEMS executable. This will
eventually have to be investigated and resolved.

  • Property mode set to 100644
File size: 259 bytes
Line 
1#define NL 257
2#define SUCCESS 258
3#define UNAVAIL 259
4#define NOTFOUND 260
5#define TRYAGAIN 261
6#define RETURN 262
7#define CONTINUE 263
8#define ERRORTOKEN 264
9#define STRING 265
10typedef union {
11        char *str;
12        int   mapval;
13} YYSTYPE;
14extern YYSTYPE _nsyylval;
Note: See TracBrowser for help on using the repository browser.