Searched refs:gen_pppoes (Results 1 – 4 of 4) sorted by relevance
/external/libpcap/ |
D | gencode.h | 345 struct block *gen_pppoes(compiler_state_t *, bpf_u_int32, int);
|
D | grammar.y.in | 591 | PPPOES pnum { CHECK_PTR_VAL(($$ = gen_pppoes(cstate, $2, 1))); } 592 | PPPOES { CHECK_PTR_VAL(($$ = gen_pppoes(cstate, 0, 0))); }
|
D | grammar.c | 2899 … { CHECK_PTR_VAL(((yyval.rblk) = gen_pppoes(cstate, (bpf_u_int32)(yyvsp[0].i), 1))); } in yyparse() 2905 { CHECK_PTR_VAL(((yyval.rblk) = gen_pppoes(cstate, 0, 0))); } in yyparse()
|
D | gencode.c | 9152 gen_pppoes(compiler_state_t *cstate, bpf_u_int32 sess_num, int has_sess_num) in gen_pppoes() function
|