Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.c570 static struct block *gen_protochain(compiler_state_t *, bpf_u_int32, int);
6040 gen_protochain(compiler_state_t *cstate, bpf_u_int32 v, int proto) in gen_protochain() function
6060 b0 = gen_protochain(cstate, v, Q_IP); in gen_protochain()
6061 b = gen_protochain(cstate, v, Q_IPV6); in gen_protochain()
6406 b1 = gen_protochain(cstate, v, Q_IP); in gen_proto()
6480 b1 = gen_protochain(cstate, v, Q_IPV6); in gen_proto()
6923 return gen_protochain(cstate, real_proto, proto); in gen_scode()
7099 return gen_protochain(cstate, v, proto); in gen_ncode()