Searched refs:gen_wlanhostop (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | gencode.c | 533 static struct block *gen_wlanhostop(compiler_state_t *, const u_char *, int); 4340 gen_wlanhostop(compiler_state_t *cstate, const u_char *eaddr, int dir) in gen_wlanhostop() function 4622 b0 = gen_wlanhostop(cstate, eaddr, Q_SRC); in gen_wlanhostop() 4623 b1 = gen_wlanhostop(cstate, eaddr, Q_DST); in gen_wlanhostop() 4629 b0 = gen_wlanhostop(cstate, eaddr, Q_SRC); in gen_wlanhostop() 4630 b1 = gen_wlanhostop(cstate, eaddr, Q_DST); in gen_wlanhostop() 5294 b0 = gen_wlanhostop(cstate, eaddr, Q_OR); in gen_gateway() 7028 b = gen_wlanhostop(cstate, eaddr, dir); in gen_scode() 7527 b = gen_wlanhostop(cstate, cstate->e, (int)q.dir); in gen_ecode() 8256 return gen_wlanhostop(cstate, ebroadcast, Q_DST); in gen_broadcast()
|