Home
last modified time | relevance | path

Searched refs:gen_fhostop (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libpcap/
H A Dgencode.c145 static struct block *gen_fhostop(const u_char *, int);
1057 gen_fhostop(const u_char *eaddr, int dir) in gen_fhostop() function
1077 b0 = gen_fhostop(eaddr, Q_SRC); in gen_fhostop()
1078 b1 = gen_fhostop(eaddr, Q_DST); in gen_fhostop()
1084 b0 = gen_fhostop(eaddr, Q_SRC); in gen_fhostop()
1085 b1 = gen_fhostop(eaddr, Q_DST); in gen_fhostop()
1362 b0 = gen_fhostop(eaddr, Q_OR); in gen_gateway()
2252 return gen_fhostop(eaddr, dir); in gen_scode()
2588 return gen_fhostop(eaddr, (int)q.dir); in gen_ecode()
2991 return gen_fhostop(ebroadcast, Q_DST); in gen_broadcast()