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

/openbsd-current/lib/libpcap/
H A Dgencode.c168 static struct block *gen_protochain(int, int, int);
1790 gen_protochain(int v, int proto, int dir) function
1804 bpf_error("'gen_protochain' not supported for variable DLTs");
1813 b0 = gen_protochain(v, Q_IP, dir);
1814 b = gen_protochain(v, Q_IPV6, dir);
1859 bpf_error("unsupported proto to gen_protochain");
2106 b1 = gen_protochain(v, Q_IP);
2180 b1 = gen_protochain(v, Q_IPV6);
2393 return gen_protochain(real_proto, proto, dir);
2513 return gen_protochain((in
[all...]

Completed in 227 milliseconds