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

/freebsd-11-stable/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.h257 uint8_t dst_mask; /* destination route mask bits */ member in struct:flow_entry_data
275 uint8_t dst_mask; /* destination route mask bits */ member in struct:flow6_entry_data
H A Dnetflow.c352 * fill in out_ifx, dst_mask, nexthop, and dst_as in future releases.
377 fle->f.dst_mask = bitcount32(sin_mask.sin_addr.s_addr);
380 fle->f.dst_mask = 32;
448 * fill in out_ifx, dst_mask, nexthop, and dst_as in future releases.
472 fle6->f.dst_mask =
1110 rec->dst_mask = fle->f.dst_mask;
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_proxy.c108 struct in_addr dst_mask; member in struct:proxy_entry
484 dst_addr_masked.s_addr = dst_addr.s_addr & ptr->dst_mask.s_addr;
567 struct in_addr dst_addr, dst_mask; local
598 IpMask(0, &dst_mask);
787 dst_mask = mask;
861 proxy_entry->dst_addr.s_addr = dst_addr.s_addr & dst_mask.s_addr;
863 proxy_entry->dst_mask = dst_mask;
/freebsd-11-stable/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.c82 0, /* dst_mask */
96 0x00ffffff, /* dst_mask */
111 0xffffffff, /* dst_mask */
126 0xffffffff, /* dst_mask */
141 0xffffffff, /* dst_mask */
156 0x0000ffff, /* dst_mask */
171 0x00000fff, /* dst_mask */
185 0x000007e0, /* dst_mask */
200 0x000000ff, /* dst_mask */
214 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.h2267 dst_mask to extract the addend from the section contents. If
2270 bogus as in those cases the value in the dst_mask part of the
2274 /* dst_mask selects which parts of the instruction (or data) are
2276 bfd_vma dst_mask;
2269 bfd_vma dst_mask; member in struct:reloc_howto_struct
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-cnfp.c118 uint8_t dst_mask; /* destination address prefix mask bits */ member in struct:nfrec_v5
152 uint8_t dst_mask; /* destination address prefix mask bits */ member in struct:nfrec_v6
302 snprintf(buf, sizeof(buf), "/%d", nr->dst_mask);
398 snprintf(buf, sizeof(buf), "/%d", nr->dst_mask);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h281 /// definitions in this class, set the usage_mask to "dst_mask".
294 /// \param[in] dst_mask
295 /// Set the usage mask for any copied options to \a dst_mask after
297 void Append(OptionGroup *group, uint32_t src_mask, uint32_t dst_mask);
/freebsd-11-stable/usr.sbin/flowctl/
H A Dflowctl.c369 fle->dst_mask,
412 fle6->dst_mask,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp830 uint32_t dst_mask) {
836 m_option_defs.back().usage_mask = dst_mask;
829 Append(OptionGroup *group, uint32_t src_mask, uint32_t dst_mask) argument
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h2274 dst_mask to extract the addend from the section contents. If
2277 bogus as in those cases the value in the dst_mask part of the
2281 /* dst_mask selects which parts of the instruction (or data) are
2283 bfd_vma dst_mask;
2276 bfd_vma dst_mask; member in struct:reloc_howto_struct

Completed in 306 milliseconds