/dflybsd-src/lib/libalias/ |
H A D | alias_proxy.c | 101 struct in_addr src_mask; member 477 src_addr_masked.s_addr = src_addr.s_addr & ptr->src_mask.s_addr; in ProxyCheck() 558 struct in_addr src_addr, src_mask; in PacketAliasProxyRule() local 584 IpMask(0, &src_mask); in PacketAliasProxyRule() 754 src_mask = mask; in PacketAliasProxyRule() 829 proxy_entry->src_addr.s_addr = src_addr.s_addr & src_mask.s_addr; in PacketAliasProxyRule() 831 proxy_entry->src_mask = src_mask; in PacketAliasProxyRule()
|
/dflybsd-src/contrib/tcpdump/ |
H A D | print-cnfp.c | 116 nd_uint8_t src_mask; /* source address mask bits */ member 150 nd_uint8_t src_mask; /* source address mask bits */ member 302 snprintf(buf, sizeof(buf), "/%u", GET_U_1(nr->src_mask)); in cnfp_v5_print() 404 snprintf(buf, sizeof(buf), "/%u", GET_U_1(nr->src_mask)); in cnfp_v6_print()
|
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A D | reloc.c | 878 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() 1446 b = (x & howto->src_mask & addrmask) >> bitpos; in _bfd_relocate_contents() 1474 ss = ((~howto->src_mask) >> 1) & howto->src_mask; in _bfd_relocate_contents() 1528 | (((x & howto->src_mask) + relocation) & howto->dst_mask)); in _bfd_relocate_contents()
|
H A D | coff-x86_64.c | 139 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask)) in coff_amd64_reloc()
|
H A D | syms.c | 1088 val &= r->howto->src_mask; in _bfd_stab_section_find_nearest_line()
|
H A D | bfd-in2.h | 2545 bfd_vma src_mask; member
|
/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | reloc.c | 876 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() 1438 b = (x & howto->src_mask & addrmask) >> bitpos; in _bfd_relocate_contents() 1466 ss = ((~howto->src_mask) >> 1) & howto->src_mask; in _bfd_relocate_contents() 1520 | (((x & howto->src_mask) + relocation) & howto->dst_mask)); in _bfd_relocate_contents()
|
H A D | syms.c | 1088 val &= r->howto->src_mask; in _bfd_stab_section_find_nearest_line()
|
H A D | bfd-in2.h | 2407 bfd_vma src_mask; member
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | reloc.c | 633 | (((val & howto->src_mask) + relocation) & howto->dst_mask)); in apply_reloc() 1427 b = (x & howto->src_mask & addrmask) >> bitpos; in _bfd_relocate_contents() 1455 ss = ((~howto->src_mask) >> 1) & howto->src_mask; in _bfd_relocate_contents() 1509 | (((x & howto->src_mask) + relocation) & howto->dst_mask)); in _bfd_relocate_contents()
|
H A D | coff-x86_64.c | 142 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask)) in coff_amd64_reloc()
|
H A D | syms.c | 1106 val &= r->howto->src_mask; in _bfd_stab_section_find_nearest_line()
|
H A D | bfd-in2.h | 2148 bfd_vma src_mask; member 2166 inplace, src_mask, dst_mask, pcrel_off) \ argument 2168 size < 0, pcrel, inplace, pcrel_off, src_mask, dst_mask, func, name }
|
/dflybsd-src/sys/netgraph7/netflow/ |
H A D | netflow.c | 300 fle->f.src_mask = bitcount32(((struct sockaddr_in *) in hash_insert() 304 fle->f.src_mask = 32; in hash_insert() 646 rec->src_mask = fle->f.src_mask; in export_add()
|
H A D | netflow.h | 113 uint8_t src_mask; /* Source route's mask bits */ member
|
H A D | ng_netflow.h | 131 uint8_t src_mask; /* source route mask bits */ member
|
/dflybsd-src/contrib/binutils-2.27/gas/ |
H A D | write.c | 730 || howto->src_mask == addr_mask)))) in resolve_reloc_expr_symbols()
|
/dflybsd-src/contrib/binutils-2.34/gas/ |
H A D | write.c | 744 || howto->src_mask == addr_mask)))) in resolve_reloc_expr_symbols()
|