Searched refs:gen_wlanhostop (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | gencode.c | 215 static struct block *gen_wlanhostop(const u_char *, int); 2940 gen_wlanhostop(eaddr, dir) in gen_wlanhostop() function 3214 b0 = gen_wlanhostop(eaddr, Q_SRC); 3215 b1 = gen_wlanhostop(eaddr, Q_DST); 3221 b0 = gen_wlanhostop(eaddr, Q_SRC); 3222 b1 = gen_wlanhostop(eaddr, Q_DST); 3670 b0 = gen_wlanhostop(eaddr, Q_OR); 5030 b = gen_wlanhostop(eaddr, dir); 5502 return gen_wlanhostop(eaddr, (int)q.dir); 6089 return gen_wlanhostop(ebroadcast, Q_DST);
|