Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dgencode.c582 static struct block *gen_protochain(compiler_state_t *, bpf_u_int32, int);
6052 gen_protochain(compiler_state_t *cstate, bpf_u_int32 v, int proto) in gen_protochain() function
6072 b0 = gen_protochain(cstate, v, Q_IP); in gen_protochain()
6073 b = gen_protochain(cstate, v, Q_IPV6); in gen_protochain()
6429 b1 = gen_protochain(cstate, v, Q_IP); in gen_proto()
6503 b1 = gen_protochain(cstate, v, Q_IPV6); in gen_proto()
6946 return gen_protochain(cstate, real_proto, proto); in gen_scode()
7122 return gen_protochain(cstate, v, proto); in gen_ncode()