Searched refs:Q_DEFAULT (Results 1 – 4 of 4) sorted by relevance
/external/libpcap/ |
D | gencode.c | 3864 case Q_DEFAULT: in gen_hostop() 3929 case Q_DEFAULT: in gen_hostop6() 3996 case Q_DEFAULT: in gen_ehostop() 4052 case Q_DEFAULT: in gen_fhostop() 4108 case Q_DEFAULT: in gen_thostop() 4555 case Q_DEFAULT: in gen_wlanhostop() 4589 case Q_DEFAULT: in gen_ipfchostop() 4669 case Q_DEFAULT: in gen_dnhostop() 4758 case Q_DEFAULT: in gen_host() 4885 case Q_DEFAULT: in gen_host6() [all …]
|
D | grammar.y | 455 | pqual dqual { QSET($$.q, $1, $2, Q_DEFAULT); } 456 | pqual aqual { QSET($$.q, $1, Q_DEFAULT, $2); } 457 | pqual PROTO { QSET($$.q, $1, Q_DEFAULT, Q_PROTO); } 458 | pqual PROTOCHAIN { QSET($$.q, $1, Q_DEFAULT, Q_PROTOCHAIN); } 459 | pqual ndaqual { QSET($$.q, $1, Q_DEFAULT, $2); } 477 | { $$ = Q_DEFAULT; }
|
D | grammar.c | 2287 { QSET((yyval.blk).q, (yyvsp[-1].i), (yyvsp[0].i), Q_DEFAULT); } in yyparse() 2293 { QSET((yyval.blk).q, (yyvsp[-1].i), Q_DEFAULT, (yyvsp[0].i)); } in yyparse() 2299 { QSET((yyval.blk).q, (yyvsp[-1].i), Q_DEFAULT, Q_PROTO); } in yyparse() 2305 { QSET((yyval.blk).q, (yyvsp[-1].i), Q_DEFAULT, Q_PROTOCHAIN); } in yyparse() 2311 { QSET((yyval.blk).q, (yyvsp[-1].i), Q_DEFAULT, (yyvsp[0].i)); } in yyparse() 2385 { (yyval.i) = Q_DEFAULT; } in yyparse()
|
D | gencode.h | 140 #define Q_DEFAULT 0 macro
|