Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.c516 static struct block *gen_ipfchostop(compiler_state_t *, const u_char *, int);
4484 gen_ipfchostop(compiler_state_t *cstate, const u_char *eaddr, int dir) in gen_ipfchostop() function
4496 b0 = gen_ipfchostop(cstate, eaddr, Q_SRC); in gen_ipfchostop()
4497 b1 = gen_ipfchostop(cstate, eaddr, Q_DST); in gen_ipfchostop()
4503 b0 = gen_ipfchostop(cstate, eaddr, Q_SRC); in gen_ipfchostop()
4504 b1 = gen_ipfchostop(cstate, eaddr, Q_DST); in gen_ipfchostop()
4953 b0 = gen_ipfchostop(cstate, eaddr, Q_OR);
6284 b = gen_ipfchostop(cstate, eaddr, dir); in gen_scode()
6743 return gen_ipfchostop(cstate, eaddr, (int)q.dir); in gen_ecode()
7309 return gen_ipfchostop(cstate, ebroadcast, Q_DST); in gen_broadcast()