Searched refs:gen_ahostop (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/libpcap-48/libpcap/
H A Dgencode.c256 static struct block *gen_ahostop(const u_char *, int);
7161 return gen_ahostop(abroadcast, Q_DST);
7258 return gen_ahostop(abroadcast, Q_DST);
7785 return (gen_ahostop(eaddr, (int)q.dir));
7802 gen_ahostop(eaddr, dir) function
7817 b0 = gen_ahostop(eaddr, Q_SRC);
7818 b1 = gen_ahostop(eaddr, Q_DST);
7824 b0 = gen_ahostop(eaddr, Q_SRC);
7825 b1 = gen_ahostop(eaddr, Q_DST);

Completed in 135 milliseconds