Searched refs:gen_ipfchostop (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | gencode.c | 216 static struct block *gen_ipfchostop(const u_char *, int); 3236 gen_ipfchostop(eaddr, dir) in gen_ipfchostop() function 3250 b0 = gen_ipfchostop(eaddr, Q_SRC); 3251 b1 = gen_ipfchostop(eaddr, Q_DST); 3257 b0 = gen_ipfchostop(eaddr, Q_SRC); 3258 b1 = gen_ipfchostop(eaddr, Q_DST); 3691 b0 = gen_ipfchostop(eaddr, Q_OR); 5039 b = gen_ipfchostop(eaddr, dir); 5523 return gen_ipfchostop(eaddr, (int)q.dir); 6091 return gen_ipfchostop(ebroadcast, Q_DST);
|