Home
last modified time | relevance | path

Searched refs:Q_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/external/libpcap/
Dgencode.c3985 case Q_DEFAULT: in gen_hostop()
4052 case Q_DEFAULT: in gen_hostop6()
4121 case Q_DEFAULT: in gen_ehostop()
4177 case Q_DEFAULT: in gen_fhostop()
4233 case Q_DEFAULT: in gen_thostop()
4560 case Q_DEFAULT: in gen_wlanhostop()
4714 case Q_DEFAULT: in gen_ipfchostop()
4793 case Q_DEFAULT: in gen_dnhostop()
4912 case Q_DEFAULT: in gen_host()
5063 case Q_DEFAULT: in gen_host6()
[all …]
Dgrammar.y.in484 | pqual dqual { QSET($$.q, $1, $2, Q_DEFAULT); }
485 | pqual aqual { QSET($$.q, $1, Q_DEFAULT, $2); }
486 | pqual PROTO { QSET($$.q, $1, Q_DEFAULT, Q_PROTO); }
492 QSET($$.q, $1, Q_DEFAULT, Q_PROTOCHAIN);
495 | pqual ndaqual { QSET($$.q, $1, Q_DEFAULT, $2); }
513 | { $$ = Q_DEFAULT; }
Dgencode.h138 #define Q_DEFAULT 0 macro
Dgrammar.c2380 { QSET((yyval.blk).q, (yyvsp[-1].i), (yyvsp[0].i), Q_DEFAULT); } in yyparse()
2386 { QSET((yyval.blk).q, (yyvsp[-1].i), Q_DEFAULT, (yyvsp[0].i)); } in yyparse()
2392 { QSET((yyval.blk).q, (yyvsp[-1].i), Q_DEFAULT, Q_PROTO); } in yyparse()
2403 QSET((yyval.blk).q, (yyvsp[-1].i), Q_DEFAULT, Q_PROTOCHAIN); in yyparse()
2411 { QSET((yyval.blk).q, (yyvsp[-1].i), Q_DEFAULT, (yyvsp[0].i)); } in yyparse()
2485 { (yyval.i) = Q_DEFAULT; } in yyparse()