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

  /external/libpcap/
gencode.h 330 struct block *gen_mpls(compiler_state_t *, int);
grammar.y 551 | MPLS pnum { $$ = gen_mpls(cstate, $2); }
552 | MPLS { $$ = gen_mpls(cstate, -1); }
gencode.c 8373 gen_mpls(compiler_state_t *cstate, int label_num) function
    [all...]

Completed in 131 milliseconds