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

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

Completed in 44 milliseconds