Searched defs:gen_wlanhostop (Results 1 - 1 of 1) sorted by relevance

/external/libpcap/
H A Dgencode.c515 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) function
4462 b0 = gen_wlanhostop(cstate, eaddr, Q_SRC);
4463 b1 = gen_wlanhostop(cstate, eaddr, Q_DST);
4469 b0 = gen_wlanhostop(cstate, eaddr, Q_SRC);
4470 b1 = gen_wlanhostop(cstate, eaddr, Q_DST);
4941 b0 = gen_wlanhostop(cstate, eaddr, Q_OR);
6275 b = gen_wlanhostop(cstate, eaddr, dir);
6741 return gen_wlanhostop(cstate, eaddr, (int)q.dir);
7307 return gen_wlanhostop(cstat
[all...]

Completed in 153 milliseconds