Searched refs:gen_wlanhostop (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | gencode.c | 286 static struct block *gen_wlanhostop(const u_char *, int); 3913 gen_wlanhostop(eaddr, dir) in gen_wlanhostop() function 4317 b0 = gen_wlanhostop(eaddr, Q_SRC); 4318 b1 = gen_wlanhostop(eaddr, Q_DST); 4324 b0 = gen_wlanhostop(eaddr, Q_SRC); 4325 b1 = gen_wlanhostop(eaddr, Q_DST); 4809 b0 = gen_wlanhostop(eaddr, Q_OR); 6176 b = gen_wlanhostop(eaddr, dir); 6640 return gen_wlanhostop(eaddr, (int)q.dir); 7218 return gen_wlanhostop(ebroadcast, Q_DST);
|