Home
last modified time | relevance | path

Searched refs:dst_mask (Results 1 – 20 of 20) sorted by relevance

/dragonfly/lib/libalias/
H A Dalias_proxy.c104 struct in_addr dst_mask; member
478 dst_addr_masked.s_addr = dst_addr.s_addr & ptr->dst_mask.s_addr; in ProxyCheck()
559 struct in_addr dst_addr, dst_mask; in PacketAliasProxyRule() local
586 IpMask(0, &dst_mask); in PacketAliasProxyRule()
759 dst_mask = mask; in PacketAliasProxyRule()
830 proxy_entry->dst_addr.s_addr = dst_addr.s_addr & dst_mask.s_addr; in PacketAliasProxyRule()
832 proxy_entry->dst_mask = dst_mask; in PacketAliasProxyRule()
/dragonfly/contrib/gdb-7/bfd/
H A Dreloc.c876 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask)) in bfd_perform_relocation()
1255 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask)) in bfd_install_relocation()
1519 x = ((x & ~howto->dst_mask) in _bfd_relocate_contents()
1520 | (((x & howto->src_mask) + relocation) & howto->dst_mask)); in _bfd_relocate_contents()
1588 x &= ~howto->dst_mask; in _bfd_clear_contents()
1594 && (howto->dst_mask & 1) != 0) in _bfd_clear_contents()
H A Dsyms.c1069 if (r->howto->dst_mask == 0) in _bfd_stab_section_find_nearest_line()
1077 || r->howto->dst_mask != 0xffffffff) in _bfd_stab_section_find_nearest_line()
H A Dbfd-in2.h2411 bfd_vma dst_mask; member
/dragonfly/contrib/binutils-2.27/bfd/
H A Dreloc.c878 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask)) in bfd_perform_relocation()
1259 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask)) in bfd_install_relocation()
1527 x = ((x & ~howto->dst_mask) in _bfd_relocate_contents()
1528 | (((x & howto->src_mask) + relocation) & howto->dst_mask)); in _bfd_relocate_contents()
1597 x &= ~howto->dst_mask; in _bfd_clear_contents()
1603 && (howto->dst_mask & 1) != 0) in _bfd_clear_contents()
H A Dcoff-x86_64.c139 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask)) in coff_amd64_reloc()
H A Dsyms.c1068 if (r->howto->dst_mask == 0) in _bfd_stab_section_find_nearest_line()
1076 || r->howto->dst_mask != 0xffffffff) in _bfd_stab_section_find_nearest_line()
H A Dbfd-in2.h2549 bfd_vma dst_mask; member
/dragonfly/contrib/tcpdump/
H A Dprint-cnfp.c117 nd_uint8_t dst_mask; /* destination address prefix mask bits */ member
151 nd_uint8_t dst_mask; /* destination address prefix mask bits */ member
310 snprintf(buf, sizeof(buf), "/%u", GET_U_1(nr->dst_mask)); in cnfp_v5_print()
412 snprintf(buf, sizeof(buf), "/%u", GET_U_1(nr->dst_mask)); in cnfp_v6_print()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dreloc.c632 val = ((val & ~howto->dst_mask) in apply_reloc()
633 | (((val & howto->src_mask) + relocation) & howto->dst_mask)); in apply_reloc()
1508 x = ((x & ~howto->dst_mask) in _bfd_relocate_contents()
1509 | (((x & howto->src_mask) + relocation) & howto->dst_mask)); in _bfd_relocate_contents()
1539 x &= ~howto->dst_mask; in _bfd_clear_contents()
1544 && (howto->dst_mask & 1) != 0) in _bfd_clear_contents()
H A Dcoff-x86_64.c142 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask)) in coff_amd64_reloc()
H A Dsyms.c1085 if (r->howto->dst_mask == 0) in _bfd_stab_section_find_nearest_line()
1094 || r->howto->dst_mask != 0xffffffff in _bfd_stab_section_find_nearest_line()
H A Dbfd-in2.h2152 bfd_vma dst_mask; member
2166 inplace, src_mask, dst_mask, pcrel_off) \ argument
2168 size < 0, pcrel, inplace, pcrel_off, src_mask, dst_mask, func, name }
/dragonfly/sys/netgraph7/netflow/
H A Dnetflow.c282 fle->f.dst_mask = bitcount32(((struct sockaddr_in *) in hash_insert()
286 fle->f.dst_mask = 32; in hash_insert()
645 rec->dst_mask = fle->f.dst_mask; in export_add()
H A Dnetflow.h114 uint8_t dst_mask; /* Destination route's mask bits */ member
H A Dng_netflow.h130 uint8_t dst_mask; /* destination route mask bits */ member
/dragonfly/contrib/binutils-2.27/gold/
H A Dtilegx.cc833 val &= ~dst_mask; in rela()
861 val &= ~dst_mask; in rela_ua()
889 val &= ~dst_mask; in rela()
921 val &= ~dst_mask; in pcrela()
977 val &= ~dst_mask; in pcrela()
2403 elfcpp::Elf_Xword dst_mask = in fill_plt_entry() local
2405 val &= ~dst_mask; in fill_plt_entry()
2415 val &= ~dst_mask; in fill_plt_entry()
2425 val &= ~dst_mask; in fill_plt_entry()
2435 val &= ~dst_mask; in fill_plt_entry()
[all …]
H A Dsparc.cc543 typename elfcpp::Elf_types<valsize>::Elf_Addr dst_mask, in rela() argument
552 val &= ~dst_mask; in rela()
553 reloc &= dst_mask; in rela()
574 val &= ~dst_mask; in rela()
575 reloc &= dst_mask; in rela()
585 unsigned int right_shift, elfcpp::Elf_Xword dst_mask, in rela_ua() argument
596 val &= ~dst_mask; in rela_ua()
597 reloc &= dst_mask; in rela_ua()
608 typename elfcpp::Elf_types<valsize>::Elf_Addr dst_mask, in pcrela() argument
620 val &= ~dst_mask; in pcrela()
[all …]
H A Daarch64.cc4963 elfcpp::Elf_Xword dst_mask; member
5028 elfcpp::Elf_Xword dst_mask) in update_view() argument
5035 val &= ~dst_mask; in update_view()
5052 elfcpp::Elf_Xword dst_mask) in update_view_two_parts() argument
5057 val &= ~dst_mask; in update_view_two_parts()
5069 elfcpp::Elf_Xword dst_mask = (0x3 << 29) | (0x7ffff << 5); in update_adr() local
5076 dst_mask); in update_adr()
5094 const elfcpp::Elf_Xword dst_mask = in update_movnz() local
5095 aarch64_howto[AArch64_reloc_property::INST_MOVW].dst_mask; in update_movnz()
5098 val &= ~(dst_mask | (0x3 << 29)); in update_movnz()
[all …]
H A Dpowerpc.cc1590 typename elfcpp::Valtype_base<fieldsize>::Valtype dst_mask, in rela() argument
1598 val &= ~dst_mask; in rela()
1599 reloc &= dst_mask; in rela()
1617 typename elfcpp::Valtype_base<fieldsize>::Valtype dst_mask, in rela_ua() argument
1625 val &= ~dst_mask; in rela_ua()
1626 reloc &= dst_mask; in rela_ua()