Searched refs:gen_protochain (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/libpcap/
H A Dgencode.c289 static struct block *gen_protochain(int, int, int);
5464 gen_protochain(v, proto, dir) function
5487 b0 = gen_protochain(v, Q_IP, dir);
5488 b = gen_protochain(v, Q_IPV6, dir);
5556 bpf_error("unsupported proto to gen_protochain");
5840 b1 = gen_protochain(v, Q_IP);
5983 b1 = gen_protochain(v, Q_IPV6);
6322 return gen_protochain(real_proto, proto, dir);
6479 return gen_protochain((int)v, proto, dir);

Completed in 128 milliseconds