Searched refs:gen_fhostop (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/libpcap/dist/ |
| H A D | gencode.c | 290 static struct block *gen_fhostop(const u_char *, int); 3802 gen_fhostop(eaddr, dir) in gen_fhostop() function 3816 b0 = gen_fhostop(eaddr, Q_SRC); 3817 b1 = gen_fhostop(eaddr, Q_DST); 3823 b0 = gen_fhostop(eaddr, Q_SRC); 3824 b1 = gen_fhostop(eaddr, Q_DST); 4805 b0 = gen_fhostop(eaddr, Q_OR); 6160 b = gen_fhostop(eaddr, dir); 6638 return gen_fhostop(eaddr, (int)q.dir); 7216 return gen_fhostop(ebroadcast, Q_DST);
|