Searched refs:in_p (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dprintproto.c33 else if (np->in_p == 0)
39 printf("%d", np->in_p);
H A Dprintnat.c29 pr = getprotobynumber(np->in_p);
76 printportcmp(np->in_p, &np->in_tuc.ftu_src);
89 printportcmp(np->in_p, &np->in_tuc.ftu_dst);
118 printproto(pr, np->in_p, np);
168 s = portname(np->in_p, ntohs(np->in_dport));
176 printproto(pr, np->in_p, NULL);
192 printproto(pr, np->in_p, np);
216 if (!protoprinted && (np->in_flags & IPN_TCPUDP || np->in_p)) {
218 printproto(pr, np->in_p, np);
236 np->in_flags, np->in_p, n
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtarghooks.c497 default_secondary_reload (bool in_p ATTRIBUTE_UNUSED, rtx x ATTRIBUTE_UNUSED,
510 if (in_p)
514 if (! in_p)
519 enum insn_code icode = (in_p ? reload_in_optab[(int) reload_mode]
523 && insn_data[(int) icode].operand[in_p].predicate
524 && ! insn_data[(int) icode].operand[in_p].predicate (x, reload_mode))
533 insn_constraint = insn_data[(int) icode].operand[!in_p].constraint;
538 if (in_p)
557 && (in_p || scratch_constraint[1] == '&'));
H A Dreload.c316 push_secondary_reload (int in_p, rtx x, int opnum, int optional,
338 secondary_type = in_p ? RELOAD_FOR_INPUT_ADDRESS : RELOAD_FOR_OUTPUT_ADDRESS;
364 class = targetm.secondary_reload (in_p, x, reload_class, reload_mode, &sri);
372 t_reload = push_secondary_reload (in_p, x, opnum, optional, class,
424 gcc_assert (!in_p || class != reload_class || icode != CODE_FOR_nothing
432 && ((in_p && rld[s_reload].inmode == mode)
433 || (! in_p && rld[s_reload].outmode == mode))
434 && ((in_p && rld[s_reload].secondary_in_reload == t_reload)
435 || (! in_p && rld[s_reload].secondary_out_reload == t_reload))
436 && ((in_p
314 push_secondary_reload(int in_p, rtx x, int opnum, int optional, enum reg_class reload_class, enum machine_mode reload_mode, enum reload_type type, enum insn_code *picode, secondary_reload_info *prev_sri) argument
514 secondary_reload_class(bool in_p, enum reg_class class, enum machine_mode mode, rtx x) argument
[all...]
H A Dfold-const.c3964 int in_p, n_in_p;
3973 in_p = 0;
3999 in_p = ! in_p, exp = arg0;
4020 in_p = ! in_p, low = high = arg1;
4026 in_p = ! in_p, low = arg1, high = 0;
4032 in_p = ! in_p, lo
3939 int in_p, n_in_p; local
4218 build_range_check(tree type, tree exp, int in_p, tree low, tree high) argument
4394 int in_p; local
4882 int in0_p, in1_p, in_p; local
[all...]
H A Dprotoize.c1007 const char *in_p = unexp_p->expanded;
1008 size_t len = strlen (in_p);
1010 if (*s == *in_p && !strncmp (s, in_p, len) && !is_id_char (s[len]))
998 const char *in_p = unexp_p->expanded; local
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipnat_y.y155 setnatproto(nat->in_p);
186 setnatproto(nat->in_p);
220 setnatproto(nat->in_p);
235 if ((nat->in_p == 0) &&
244 if ((nat->in_p == 0) &&
303 | proto { if (nat->in_p != 0 ||
308 | IPNY_TCPUDP { if (nat->in_p != 0 ||
312 nat->in_p = 0;
314 | IPNY_TCP '/' IPNY_UDP { if (nat->in_p != 0 ||
318 nat->in_p
[all...]
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_ipsec_pxy.c143 ipn->in_p = IPPROTO_ESP;
H A Dip_nat.h202 int in_p; /* protocol. */ member in struct:ipnat
H A Dip_pptp_pxy.c142 ipn->in_p = IPPROTO_GRE;
H A Dip_nat.c1119 n->in_apr = appr_lookup(n->in_p, n->in_plabel);
3633 if (np->in_p && fin->fin_p != np->in_p)
3839 if (np->in_p && (np->in_p != fin->fin_p))
4133 if (np->in_p && (np->in_p != fin->fin_p))
H A Dip_rpcb_pxy.c1231 ipn->in_p = proto;
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c7728 enum machine_mode mode, rtx x, int in_p)
7752 if (TARGET_MIPS16 && in_p)
7761 if (TARGET_MIPS16 && ! in_p)
7775 if (in_p)
7781 if (! in_p)
7682 mips_secondary_reload_class(enum reg_class class, enum machine_mode mode, rtx x, int in_p) argument

Completed in 248 milliseconds