Searched refs:gen_wlanhostop (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | gencode.c | 260 static struct block *gen_wlanhostop(const u_char *, int); 3821 gen_wlanhostop(eaddr, dir) in gen_wlanhostop() function 4225 b0 = gen_wlanhostop(eaddr, Q_SRC); 4226 b1 = gen_wlanhostop(eaddr, Q_DST); 4232 b0 = gen_wlanhostop(eaddr, Q_SRC); 4233 b1 = gen_wlanhostop(eaddr, Q_DST); 4714 b0 = gen_wlanhostop(eaddr, Q_OR); 6095 b = gen_wlanhostop(eaddr, dir); 6575 return gen_wlanhostop(eaddr, (int)q.dir); 7175 return gen_wlanhostop(ebroadcast, Q_DST);
|