Searched refs:gen_ipfchostop (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | gencode.c | 534 static struct block *gen_ipfchostop(compiler_state_t *, const u_char *, int); 4764 gen_ipfchostop(compiler_state_t *cstate, const u_char *eaddr, int dir) in gen_ipfchostop() function 4776 b0 = gen_ipfchostop(cstate, eaddr, Q_SRC); in gen_ipfchostop() 4777 b1 = gen_ipfchostop(cstate, eaddr, Q_DST); in gen_ipfchostop() 4783 b0 = gen_ipfchostop(cstate, eaddr, Q_SRC); in gen_ipfchostop() 4784 b1 = gen_ipfchostop(cstate, eaddr, Q_DST); in gen_ipfchostop() 5305 b0 = gen_ipfchostop(cstate, eaddr, Q_OR); in gen_gateway() 7037 b = gen_ipfchostop(cstate, eaddr, dir); in gen_scode() 7530 b = gen_ipfchostop(cstate, cstate->e, (int)q.dir); in gen_ecode() 8258 return gen_ipfchostop(cstate, ebroadcast, Q_DST); in gen_broadcast()
|