Searched refs:gen_host (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/libpcap/ |
| HD | gencode.c | 268 static struct block *gen_host(bpf_u_int32, bpf_u_int32, int, int, int); 4429 gen_host(addr, mask, proto, dir, type) in gen_host() function 4447 b0 = gen_host(addr, mask, Q_IP, dir, type); 4453 b1 = gen_host(addr, mask, Q_ARP, dir, type); 4455 b0 = gen_host(addr, mask, Q_RARP, dir, type); 4743 b1 = gen_host(**alist++, 0xffffffff, proto, Q_OR, Q_HOST); 4745 tmp = gen_host(**alist++, 0xffffffff, proto, Q_OR, 6051 return gen_host(addr, mask, proto, dir, q.addr); 6139 return (gen_host(dn_addr, 0, proto, dir, q.addr)); 6148 b = gen_host(**alist++, 0xffffffff, tproto, dir, q.addr); [all …]
|