HomeSort by: relevance | last modified time | path
    Searched defs:b_vid (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libpcap/dist/
gencode.c 9088 * patch block b_vid (VLAN id test) to load VID value either from packet
9092 gen_vlan_patch_vid_test(compiler_state_t *cstate, struct block *b_vid)
9100 /* true -> next instructions, false -> beginning of b_vid */
9103 sjeq->s.jf = b_vid->stmts;
9111 /* Jump to the test in b_vid. We need to jump one instruction before
9112 * the end of the b_vid block so that we only skip loading the TCI
9116 for (s2 = b_vid->stmts; s2; s2 = s2->next)
9122 /* insert our statements at the beginning of b_vid */
9123 sappend(s, b_vid->stmts);
9124 b_vid->stmts = s
9139 struct block *b0, *b_tpid, *b_vid = NULL; local
    [all...]

Completed in 28 milliseconds