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

/freebsd-11-stable/contrib/gcc/
H A Dgenflags.c45 static void gen_proto (rtx);
128 gen_proto (rtx insn) function
273 gen_proto (*insn_ptr);
/freebsd-11-stable/contrib/libpcap/
H A Dgencode.c560 static struct block *gen_proto(compiler_state_t *, int, int, int);
5316 b1 = gen_proto(cstate, IPPROTO_SCTP, Q_IP, Q_DEFAULT);
5317 b0 = gen_proto(cstate, IPPROTO_SCTP, Q_IPV6, Q_DEFAULT);
5322 b1 = gen_proto(cstate, IPPROTO_TCP, Q_IP, Q_DEFAULT);
5323 b0 = gen_proto(cstate, IPPROTO_TCP, Q_IPV6, Q_DEFAULT);
5328 b1 = gen_proto(cstate, IPPROTO_UDP, Q_IP, Q_DEFAULT);
5329 b0 = gen_proto(cstate, IPPROTO_UDP, Q_IPV6, Q_DEFAULT);
5334 b1 = gen_proto(cstate, IPPROTO_ICMP, Q_IP, Q_DEFAULT);
5342 b1 = gen_proto(cstate, IPPROTO_IGMP, Q_IP, Q_DEFAULT);
5349 b1 = gen_proto(cstat
6374 gen_proto(compiler_state_t *cstate, int v, int proto, int dir) function
[all...]

Completed in 137 milliseconds