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

/freebsd-9.3-release/contrib/gcc/
H A Dgenflags.c45 static void gen_proto (rtx);
128 gen_proto (rtx insn) function
273 gen_proto (*insn_ptr);
/freebsd-9.3-release/contrib/libpcap/
H A Dgencode.c290 static struct block *gen_proto(int, int, int);
4769 b1 = gen_proto(IPPROTO_SCTP, Q_IP, Q_DEFAULT);
4770 b0 = gen_proto(IPPROTO_SCTP, Q_IPV6, Q_DEFAULT);
4775 b1 = gen_proto(IPPROTO_TCP, Q_IP, Q_DEFAULT);
4776 b0 = gen_proto(IPPROTO_TCP, Q_IPV6, Q_DEFAULT);
4781 b1 = gen_proto(IPPROTO_UDP, Q_IP, Q_DEFAULT);
4782 b0 = gen_proto(IPPROTO_UDP, Q_IPV6, Q_DEFAULT);
4787 b1 = gen_proto(IPPROTO_ICMP, Q_IP, Q_DEFAULT);
4795 b1 = gen_proto(IPPROTO_IGMP, Q_IP, Q_DEFAULT);
4802 b1 = gen_proto(IPPROTO_IGR
5800 gen_proto(v, proto, dir) function
[all...]

Completed in 134 milliseconds