Searched refs:dst_mask (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.0-release/sys/netgraph/netflow/
H A Dnetflow_v9.h68 uint8_t dst_mask; /* Destination route's mask bits (DST_MASK) */ member in struct:netflow_v9_record_ipv4_tcp
93 uint8_t dst_mask; /* Destination route's mask bits (DST_MASK) */ member in struct:netflow_v9_record_ipv6_tcp
H A Dnetflow.h129 uint8_t dst_mask; /* Destination route's mask bits */ member in struct:netflow_v5_record
H A Dnetflow_v9.c287 rec->dst_mask = fed->dst_mask;
318 rec->dst_mask = fed6->dst_mask;
H A Dng_netflow.h232 uint8_t dst_mask; /* destination route mask bits */ member in struct:flow_entry_data
250 uint8_t dst_mask; /* destination route mask bits */ member in struct:flow6_entry_data
H A Dnetflow.c363 * fill in out_ifx, dst_mask, nexthop, and dst_as in future releases.
380 fle->f.dst_mask =
384 fle->f.dst_mask = 32;
454 * fill in out_ifx, dst_mask, nexthop, and dst_as in future releases.
475 fle6->f.dst_mask = RT_MASK6(rt);
477 fle6->f.dst_mask = 128;
1100 rec->dst_mask = fle->f.dst_mask;
/freebsd-10.0-release/sys/netinet/libalias/
H A Dalias_proxy.c108 struct in_addr dst_mask; member in struct:proxy_entry
482 dst_addr_masked.s_addr = dst_addr.s_addr & ptr->dst_mask.s_addr;
565 struct in_addr dst_addr, dst_mask; local
596 IpMask(0, &dst_mask);
785 dst_mask = mask;
859 proxy_entry->dst_addr.s_addr = dst_addr.s_addr & dst_mask.s_addr;
861 proxy_entry->dst_mask = dst_mask;
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dreloc.c352 . dst_mask to extract the addend from the section contents. If
355 . bogus as in those cases the value in the dst_mask part of the
359 . {* dst_mask selects which parts of the instruction (or data) are
361 . bfd_vma dst_mask;
877 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
1256 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
1518 x = ((x & ~howto->dst_mask)
1519 | (((x & howto->src_mask) + relocation) & howto->dst_mask));
[all...]
H A Dcoff-i386.c141 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
220 0xffffffff, /* dst_mask */
234 0xffffffff, /* dst_mask */
252 0xffffffff, /* dst_mask */
272 0x000000ff, /* dst_mask */
286 0x0000ffff, /* dst_mask */
300 0xffffffff, /* dst_mask */
314 0x000000ff, /* dst_mask */
328 0x0000ffff, /* dst_mask */
[all...]
H A Dcoff-x86_64.c133 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
211 0xffffffffffffffffll, /* dst_mask */
224 0xffffffff, /* dst_mask */
238 0xffffffff, /* dst_mask */
252 0xffffffff, /* dst_mask */
266 0xffffffff, /* dst_mask */
279 0xffffffff, /* dst_mask */
292 0xffffffff, /* dst_mask */
305 0xffffffff, /* dst_mask */
[all...]
H A Delf32-score.c572 0, /* dst_mask */
587 0x37fff, /* dst_mask */
602 0x37fff, /* dst_mask */
617 0x0000ffff, /* dst_mask */
632 0x3ff7fff, /* dst_mask */
647 0x3ff03fe, /* dst_mask */
662 0x000000ffe, /* dst_mask */
677 0x000000ff, /* dst_mask */
692 0xffffffff, /* dst_mask */
707 0x0000ffff, /* dst_mask */
[all...]
H A Dpe-mips.c90 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + (diff >> howto->rightshift)) & howto->dst_mask))
H A Dsyms.c1045 if (r->howto->dst_mask == 0)
1053 || r->howto->dst_mask != 0xffffffff)
H A Delf32-cr16.c80 0, /* dst_mask */
94 0xff, /* dst_mask */
108 0xffff, /* dst_mask */
122 0xffffffff, /* dst_mask */
136 0xffffffff, /* dst_mask */
150 0xf, /* dst_mask */
164 0xf, /* dst_mask */
178 0x3fff, /* dst_mask */
192 0x3fff, /* dst_mask */
206 0xffff, /* dst_mask */
[all...]
H A Dcoff64-rs6000.c1166 howto->dst_mask = howto->src_mask;
1230 howto.src_mask = howto.dst_mask = N_ONES (howto.bitsize);
1356 value_to_relocate = ((value_to_relocate & ~howto.dst_mask)
1358 + relocation) & howto.dst_mask));
1394 MINUS_ONE, /* dst_mask */
1409 MINUS_ONE, /* dst_mask */
1424 0xffffffff, /* dst_mask */
1439 0xffff, /* dst_mask */
1454 0xffffffff, /* dst_mask */
1469 0xffff, /* dst_mask */
[all...]
H A Delfxx-mips.c4349 value &= howto->dst_mask;
4354 value &= howto->dst_mask;
4372 value &= howto->dst_mask;
4377 & howto->dst_mask);
4383 value = (symbol + addend - dtprel_base (info)) & howto->dst_mask;
4388 & howto->dst_mask);
4392 value = (symbol + addend - tprel_base (info)) & howto->dst_mask;
4400 value &= howto->dst_mask;
4424 value = (symbol + addend) & howto->dst_mask;
4516 value &= howto->dst_mask;
[all...]
H A Dcoff-rs6000.c620 0xffffffff, /* dst_mask */
635 0xffffffff, /* dst_mask */
650 0xffffffff, /* dst_mask */
665 0xffff, /* dst_mask */
680 0xffffffff, /* dst_mask */
695 0xffff, /* dst_mask */
710 0xffff, /* dst_mask */
727 0x03fffffc, /* dst_mask */
744 0x03fffffc, /* dst_mask */
761 0xffff, /* dst_mask */
[all...]
H A Dcoff-arm.c110 x = ((x & ~howto->dst_mask) \
111 | (((x & howto->src_mask) + diff) & howto->dst_mask))
1694 x = ((x & ~howto->dst_mask) | relocation);
H A Delf32-arm.c89 0, /* dst_mask */
103 0x00ffffff, /* dst_mask */
118 0xffffffff, /* dst_mask */
133 0xffffffff, /* dst_mask */
148 0xffffffff, /* dst_mask */
163 0x0000ffff, /* dst_mask */
178 0x00000fff, /* dst_mask */
192 0x000007e0, /* dst_mask */
207 0x000000ff, /* dst_mask */
221 0xffffffff, /* dst_mask */
[all...]
H A Delf32-spu.c220 insn &= ~reloc_entry->howto->dst_mask;
221 insn |= val & reloc_entry->howto->dst_mask;
H A Dbfd-in2.h2264 dst_mask to extract the addend from the section contents. If
2267 bogus as in those cases the value in the dst_mask part of the
2271 /* dst_mask selects which parts of the instruction (or data) are
2273 bfd_vma dst_mask;
2266 bfd_vma dst_mask; member in struct:reloc_howto_struct
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptions.h426 /// options definitions in this class, set the usage_mask to "dst_mask".
439 /// @param[in] dst_mask
440 /// Set the usage mask for any copied options to \a dst_mask after
446 uint32_t dst_mask);
/freebsd-10.0-release/usr.sbin/flowctl/
H A Dflowctl.c367 fle->dst_mask,
410 fle6->dst_mask,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp998 uint32_t dst_mask)
1008 m_option_defs.back().usage_mask = dst_mask;
996 Append(OptionGroup* group, uint32_t src_mask, uint32_t dst_mask) argument
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h2271 dst_mask to extract the addend from the section contents. If
2274 bogus as in those cases the value in the dst_mask part of the
2278 /* dst_mask selects which parts of the instruction (or data) are
2280 bfd_vma dst_mask;
2273 bfd_vma dst_mask; member in struct:reloc_howto_struct

Completed in 286 milliseconds