HomeSort by relevance Sort by last modified time
    Searched refs:gen_inbound (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
gencode.h 317 struct block *gen_inbound(compiler_state_t *, int);
grammar.y 532 | INBOUND { $$ = gen_inbound(cstate, 0); }
533 | OUTBOUND { $$ = gen_inbound(cstate, 1); }
gencode.c 7543 gen_inbound(compiler_state_t *cstate, int dir) function
    [all...]

Completed in 166 milliseconds