Searched refs:ipa (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprinthost.c20 struct in_addr ipa;
31 ipa.s_addr = *addr;
32 PRINTF("%s", inet_ntoa(ipa));
H A Dprintmask.c19 struct in_addr ipa; local
25 ipa.s_addr = *mask;
26 PRINTF("/%s", inet_ntoa(ipa));
H A Dprintip.c19 struct in_addr ipa; local
22 ipa.s_addr = *addr;
23 if (ntohl(ipa.s_addr) < 256)
24 PRINTF("%lu", (u_long)ntohl(ipa.s_addr));
26 PRINTF("%s", inet_ntoa(ipa));
H A Dprinthostmask.c22 struct in_addr ipa;
33 ipa.s_addr = *addr;
34 PRINTF("%s", inet_ntoa(ipa));
H A Dhostname.c19 struct in_addr ipa; local
22 memset(&ipa, 0, sizeof(ipa)); /* XXX gcc */
25 ipa.s_addr = *(u_32_t *)ip;
26 if (ipa.s_addr == htonl(0xfedcba98))
40 np = getnetbyaddr(ipa.s_addr, AF_INET);
51 return inet_ntoa(ipa);
H A Dipft_tx.c51 i6addr_t ipa; local
59 if (gethost(AF_INET, host, &ipa) == -1) {
64 return ipa.in4.s_addr;
/freebsd-11-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile69 cgraph.o cgraphunit.o tree-nomudflap.o ipa.o ipa-inline.o \
70 ipa-utils.o ipa-reference.o ipa-pure-const.o ipa-type-escape.o \
71 ipa-prop.o ipa-cp.o
/freebsd-11-stable/contrib/gcc/
H A Dpasses.c308 register_one_dump_file (struct tree_opt_pass *pass, bool ipa, int properties)
322 if (ipa)
323 prefix = "ipa-", flags = TDF_IPA;
338 register_dump_files_1 (struct tree_opt_pass *pass, bool ipa, int properties)
346 register_one_dump_file (pass, ipa, new_properties);
372 register_dump_files (struct tree_opt_pass *pass, bool ipa, int properties)
376 register_dump_files_1 (pass, ipa, properties);
307 register_one_dump_file(struct tree_opt_pass *pass, bool ipa, int properties) argument
337 register_dump_files_1(struct tree_opt_pass *pass, bool ipa, int properties) argument
371 register_dump_files(struct tree_opt_pass *pass, bool ipa, int properties) argument
H A DMakefile.in782 IPA_UTILS_H = ipa-utils.h $(TREE_H) $(CGRAPH_H)
783 IPA_REFERENCE_H = ipa-reference.h bitmap.h $(TREE_H)
784 IPA_TYPE_ESCAPE_H = ipa-type-escape.h $(TREE_H)
1031 cgraph.o cgraphunit.o tree-nomudflap.o ipa.o ipa-inline.o \
1032 ipa-utils.o ipa-reference.o ipa-pure-const.o ipa-type-escape.o \
1033 ipa
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dlexer.c20 struct in_addr ipa; member in union:__anon24
H A Dipscan_y.y51 struct in_addr ipa;
58 %type <ipa> ipaddr
H A Dippool_y.y67 addrfamily_t ipa;
89 %type <ipa> ipaddr mask
H A Dipnat_y.y77 } ipa;
118 %type <ipa> hostname ipv4 ipaddr
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile57 $(srcdir)/ipa-reference.h $(srcdir)/output.h \
61 $(srcdir)/ipa-prop.c $(srcdir)/ipa-cp.c $(srcdir)/ipa-inline.c \
80 $(srcdir)/ipa-reference.c $(srcdir)/tree-ssa-structalias.h \
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c2618 i6addr_t ipa, iph; local
2672 ipa = fin->fin_src6;
2696 IP6_AND(&ipa, msk, &iph);
2720 } else if (!IP6_MASKEQ(&ipa, &np->in_osrcmsk,
3016 i6addr_t ipa, iph; local
3071 ipa = fin->fin_dst6;
3082 &fin->fin_src6.in6, &ipa.in6))) {
3094 IP6_AND(&ipa, msk, &iph);
3118 if (!IP6_MASKEQ(&ipa, &np->in_odstmsk6,
H A Dip_nat.c4855 u_32_t ipa, iph; local
4914 ipa = fin->fin_saddr;
4936 iph = ipa & msk;
4962 } else if ((ipa & np->in_osrcmsk) != np->in_osrcaddr)
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrap.c300 u_char ipa[4]; local
322 if (index_decode(&value->var, sub, iidx, ipa, &port) ||
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c97 uint16_t ipa[2]; member in struct:bwn_nphy_txgains
105 uint16_t ipa; member in struct:bwn_nphy_iqcal_params
3685 params->ipa = target.ipa[core];
3689 params->cal_gain = (params->txgm << 12) | (params->pga << 8) | (params->pad << 3) | (params->ipa) | (params->tx_lpf << 15);
3691 params->cal_gain = (params->txgm << 12) | (params->pga << 8) | (params->pad << 4) | (params->ipa);
5167 target.ipa[i] = curr_gain[i] & 0x0007;
5173 target.ipa[i] = curr_gain[i] & 0x000F;
5178 target.ipa[i] = curr_gain[i] & 0x0003;
5200 target.ipa[
[all...]

Completed in 167 milliseconds