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

/external/libpcap/
H A Dgencode.c311 static struct block *gen_protochain(int, int, int);
5548 gen_protochain(v, proto, dir) function
5571 b0 = gen_protochain(v, Q_IP, dir);
5572 b = gen_protochain(v, Q_IPV6, dir);
5633 bpf_error("unsupported proto to gen_protochain");
5917 b1 = gen_protochain(v, Q_IP);
6060 b1 = gen_protochain(v, Q_IPV6);
6382 return gen_protochain(real_proto, proto, dir);
6539 return gen_protochain((int)v, proto, dir);

Completed in 33 milliseconds