1 
2 typedef union
3 #ifdef __cplusplus
4 	YYSTYPE
5 #endif
6  {
7 	int ival;
8 	char *strval;
9 	cmd_t *cmd;
10 } YYSTYPE;
11 extern YYSTYPE yylval;
12 # define CANCEL 257
13 # define CLEAR 258
14 # define COMMIT 259
15 # define CREATE 260
16 # define DESTROY 261
17 # define END 262
18 # define EXIT 263
19 # define EXPORT 264
20 # define GET 265
21 # define HELP 266
22 # define LIST 267
23 # define REVERT 268
24 # define SELECT 269
25 # define SET 270
26 # define VERIFY 271
27 # define WALKPROP 272
28 # define LOC 273
29 # define NCP 274
30 # define NCU 275
31 # define ENM 276
32 # define WLAN 277
33 # define PHYS 278
34 # define IP 279
35 # define TOKEN 280
36 # define EQUAL 281
37 # define OPTION 282
38 # define UNKNOWN 283
39 # define ACTIVATION_MODE 284
40 # define CONDITIONS 285
41 # define ENABLED 286
42 # define TYPE 287
43 # define CLASS 288
44 # define PARENT 289
45 # define PRIORITY_GROUP 290
46 # define PRIORITY_MODE 291
47 # define LINK_MACADDR 292
48 # define LINK_AUTOPUSH 293
49 # define LINK_MTU 294
50 # define IP_VERSION 295
51 # define IPV4_ADDRSRC 296
52 # define IPV4_ADDR 297
53 # define IPV4_DEFAULT_ROUTE 298
54 # define IPV6_ADDRSRC 299
55 # define IPV6_ADDR 300
56 # define IPV6_DEFAULT_ROUTE 301
57 # define ENM_STATE 302
58 # define ENM_FMRI 303
59 # define ENM_START 304
60 # define ENM_STOP 305
61 # define LOC_NAMESERVICES 306
62 # define LOC_NAMESERVICES_CONFIG 307
63 # define LOC_DNS_CONFIGSRC 308
64 # define LOC_DNS_DOMAIN 309
65 # define LOC_DNS_SERVERS 310
66 # define LOC_DNS_SEARCH 311
67 # define LOC_NIS_CONFIGSRC 312
68 # define LOC_NIS_SERVERS 313
69 # define LOC_LDAP_CONFIGSRC 314
70 # define LOC_LDAP_SERVERS 315
71 # define LOC_DEFAULT_DOMAIN 316
72 # define LOC_NFSV4_DOMAIN 317
73 # define LOC_IPF_CONFIG 318
74 # define LOC_IPF_V6_CONFIG 319
75 # define LOC_IPNAT_CONFIG 320
76 # define LOC_IPPOOL_CONFIG 321
77 # define LOC_IKE_CONFIG 322
78 # define LOC_IPSECPOL_CONFIG 323
79 # define WLAN_BSSIDS 324
80 # define WLAN_PRIORITY 325
81 # define WLAN_KEYNAME 326
82 # define WLAN_KEYSLOT 327
83 # define WLAN_SECURITY_MODE 328
84