Home
last modified time | relevance | path

Searched refs:gen_broadcast (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/libpcap/
H A Dgencode.h329 struct block *gen_broadcast(compiler_state_t *, int);
H A Dgrammar.y583 other: pqual TK_BROADCAST { CHECK_PTR_VAL(($$ = gen_broadcast(cstate, $1))); }
H A Dgencode.c7932 gen_broadcast(compiler_state_t *cstate, int proto) in gen_broadcast() function