Searched refs:gen_wlanhostop (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | gencode.c | 515 static struct block *gen_wlanhostop(compiler_state_t *, const u_char *, int); 4060 gen_wlanhostop(compiler_state_t *cstate, const u_char *eaddr, int dir) in gen_wlanhostop() function 4462 b0 = gen_wlanhostop(cstate, eaddr, Q_SRC); in gen_wlanhostop() 4463 b1 = gen_wlanhostop(cstate, eaddr, Q_DST); in gen_wlanhostop() 4469 b0 = gen_wlanhostop(cstate, eaddr, Q_SRC); in gen_wlanhostop() 4470 b1 = gen_wlanhostop(cstate, eaddr, Q_DST); in gen_wlanhostop() 4941 b0 = gen_wlanhostop(cstate, eaddr, Q_OR); 6275 b = gen_wlanhostop(cstate, eaddr, dir); in gen_scode() 6741 return gen_wlanhostop(cstate, eaddr, (int)q.dir); in gen_ecode() 7307 return gen_wlanhostop(cstate, ebroadcast, Q_DST); in gen_broadcast()
|