Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.h309 struct block *gen_proto_abbrev(compiler_state_t *, int);
Dgrammar.y448 | pname { $$.b = gen_proto_abbrev(cstate, $1); $$.q = qerr; }
Dgencode.c4976 gen_proto_abbrev(compiler_state_t *cstate, int proto) in gen_proto_abbrev() function
6941 b = gen_proto_abbrev(cstate, proto); in gen_load()
6999 gen_and(gen_proto_abbrev(cstate, proto), b = gen_ipfrag(cstate)); in gen_load()
7002 gen_and(gen_proto_abbrev(cstate, Q_IP), b); in gen_load()
Dgrammar.c2312 { (yyval.blk).b = gen_proto_abbrev(cstate, (yyvsp[0].i)); (yyval.blk).q = qerr; } in yyparse()