aboutsummaryrefslogtreecommitdiff
path: root/libpcap/tokdefs.h
blob: 09b3f5abbb10f0ad8e67055c3e526a5167061d89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#define DST 257
#define SRC 258
#define HOST 259
#define GATEWAY 260
#define NET 261
#define MASK 262
#define PORT 263
#define LESS 264
#define GREATER 265
#define PROTO 266
#define BYTE 267
#define ARP 268
#define RARP 269
#define IP 270
#define TCP 271
#define UDP 272
#define ICMP 273
#define IGMP 274
#define IGRP 275
#define ATALK 276
#define DECNET 277
#define LAT 278
#define SCA 279
#define MOPRC 280
#define MOPDL 281
#define TK_BROADCAST 282
#define TK_MULTICAST 283
#define NUM 284
#define INBOUND 285
#define OUTBOUND 286
#define LINK 287
#define GEQ 288
#define LEQ 289
#define NEQ 290
#define ID 291
#define EID 292
#define HID 293
#define LSH 294
#define RSH 295
#define LEN 296
#define OR 297
#define AND 298
#define UMINUS 299
typedef union {
	int i;
	bpf_u_int32 h;
	u_char *e;
	char *s;
	struct stmt *stmt;
	struct arth *a;
	struct {
		struct qual q;
		struct block *b;
	} blk;
	struct block *rblk;
} YYSTYPE;
extern YYSTYPE pcap_lval;

Return to:

Send suggestions and report system problems to the System administrator.