HomeSort by: relevance | last modified time | path
    Searched refs:gen_proto (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
genflags.cc 44 static void gen_proto (rtx);
99 gen_proto (rtx insn) function
243 gen_proto (*insn_ptr);
  /src/external/gpl3/gcc.old/dist/gcc/
genflags.cc 44 static void gen_proto (rtx);
99 gen_proto (rtx insn) function
243 gen_proto (*insn_ptr);
  /src/external/bsd/libpcap/dist/
gencode.c 590 static struct block *gen_proto(compiler_state_t *, bpf_u_int32, int, int);
5482 b1 = gen_proto(cstate, IPPROTO_SCTP, Q_DEFAULT, Q_DEFAULT);
5486 b1 = gen_proto(cstate, IPPROTO_TCP, Q_DEFAULT, Q_DEFAULT);
5490 b1 = gen_proto(cstate, IPPROTO_UDP, Q_DEFAULT, Q_DEFAULT);
5494 b1 = gen_proto(cstate, IPPROTO_ICMP, Q_IP, Q_DEFAULT);
5502 b1 = gen_proto(cstate, IPPROTO_IGMP, Q_IP, Q_DEFAULT);
5509 b1 = gen_proto(cstate, IPPROTO_IGRP, Q_IP, Q_DEFAULT);
5517 b1 = gen_proto(cstate, IPPROTO_PIM, Q_DEFAULT, Q_DEFAULT);
5525 b1 = gen_proto(cstate, IPPROTO_VRRP, Q_IP, Q_DEFAULT);
5533 b1 = gen_proto(cstate, IPPROTO_CARP, Q_IP, Q_DEFAULT)
6531 gen_proto(compiler_state_t *cstate, bpf_u_int32 v, int proto, int dir) function
    [all...]

Completed in 20 milliseconds