config_parse.h
上传用户:zm130024
上传日期:2007-01-04
资源大小:432k
文件大小:2k
- #define SERVERCONFIG 257
- #define CLIENTCONFIG 258
- #define DEPRECATED 259
- #define CLIENTRULE 260
- #define INTERNAL 261
- #define EXTERNAL 262
- #define DEBUGING 263
- #define RESOLVEPROTOCOL 264
- #define SRCHOST 265
- #define NOMISMATCH 266
- #define NOUNKNOWN 267
- #define EXTENSION 268
- #define BIND 269
- #define PRIVILEGED 270
- #define IOTIMEOUT 271
- #define CONNECTTIMEOUT 272
- #define METHOD 273
- #define NONE 274
- #define GSSAPI 275
- #define UNAME 276
- #define RFC931 277
- #define COMPATIBILITY 278
- #define REUSEADDR 279
- #define SAMEPORT 280
- #define USERNAME 281
- #define USER_PRIVILEGED 282
- #define USER_UNPRIVILEGED 283
- #define USER_LIBWRAP 284
- #define LOGOUTPUT 285
- #define LOGFILE 286
- #define ROUTE 287
- #define VIA 288
- #define VERDICT_BLOCK 289
- #define VERDICT_PASS 290
- #define PROTOCOL 291
- #define PROTOCOL_TCP 292
- #define PROTOCOL_UDP 293
- #define PROTOCOL_FAKE 294
- #define PROXYPROTOCOL 295
- #define PROXYPROTOCOL_SOCKS_V4 296
- #define PROXYPROTOCOL_SOCKS_V5 297
- #define PROXYPROTOCOL_MSPROXY_V2 298
- #define USER 299
- #define COMMAND 300
- #define COMMAND_BIND 301
- #define COMMAND_CONNECT 302
- #define COMMAND_UDPASSOCIATE 303
- #define COMMAND_BINDREPLY 304
- #define COMMAND_UDPREPLY 305
- #define ACTION 306
- #define LINE 307
- #define LIBWRAPSTART 308
- #define OPERATOR 309
- #define LOG 310
- #define LOG_CONNECT 311
- #define LOG_DATA 312
- #define LOG_DISCONNECT 313
- #define LOG_ERROR 314
- #define LOG_IOOPERATION 315
- #define IPADDRESS 316
- #define DOMAIN 317
- #define DIRECT 318
- #define PORT 319
- #define PORTNUMBER 320
- #define SERVICENAME 321
- #define NUMBER 322
- #define FROM 323
- #define TO 324
- typedef union {
- char *string;
- uid_t uid;
- } YYSTYPE;
- extern YYSTYPE socks_yylval;