Searched refs:Q_DEFAULT (Results 1 – 4 of 4) sorted by relevance
/external/libpcap/ |
D | gencode.c | 3824 case Q_DEFAULT: in gen_hostop() 3865 case Q_DEFAULT: in gen_hostop6() 3908 case Q_DEFAULT: in gen_ehostop() 3964 case Q_DEFAULT: in gen_fhostop() 4020 case Q_DEFAULT: in gen_thostop() 4467 case Q_DEFAULT: in gen_wlanhostop() 4501 case Q_DEFAULT: in gen_ipfchostop() 4581 case Q_DEFAULT: in gen_dnhostop() 4670 case Q_DEFAULT: in gen_host() 4797 case Q_DEFAULT: in gen_host6() [all …]
|
D | grammar.y | 440 | pqual dqual { QSET($$.q, $1, $2, Q_DEFAULT); } 441 | pqual aqual { QSET($$.q, $1, Q_DEFAULT, $2); } 442 | pqual PROTO { QSET($$.q, $1, Q_DEFAULT, Q_PROTO); } 443 | pqual PROTOCHAIN { QSET($$.q, $1, Q_DEFAULT, Q_PROTOCHAIN); } 444 | pqual ndaqual { QSET($$.q, $1, Q_DEFAULT, $2); } 462 | { $$ = Q_DEFAULT; }
|
D | grammar.c | 2270 { QSET((yyval.blk).q, (yyvsp[-1].i), (yyvsp[0].i), Q_DEFAULT); } in yyparse() 2276 { QSET((yyval.blk).q, (yyvsp[-1].i), Q_DEFAULT, (yyvsp[0].i)); } in yyparse() 2282 { QSET((yyval.blk).q, (yyvsp[-1].i), Q_DEFAULT, Q_PROTO); } in yyparse() 2288 { QSET((yyval.blk).q, (yyvsp[-1].i), Q_DEFAULT, Q_PROTOCHAIN); } in yyparse() 2294 { QSET((yyval.blk).q, (yyvsp[-1].i), Q_DEFAULT, (yyvsp[0].i)); } in yyparse() 2368 { (yyval.i) = Q_DEFAULT; } in yyparse()
|
D | gencode.h | 142 #define Q_DEFAULT 0 macro
|