Searched refs:addrmask (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dreloc.c497 bfd_vma fieldmask, addrmask, signmask, ss, a; local
506 addrmask = N_ONES (addrsize) | fieldmask;
507 a = (relocation & addrmask) >> rightshift;;
527 if (ss != 0 && ss != ((addrmask >> rightshift) & signmask))
1427 bfd_vma addrmask, fieldmask, signmask, ss; local
1436 addrmask = N_ONES (bfd_arch_bits_per_address (input_bfd)) | fieldmask;
1437 a = (relocation & addrmask) >> rightshift;
1438 b = (x & howto->src_mask & addrmask) >> bitpos;
1456 if (ss != 0 && ss != ((addrmask >> rightshift) & signmask))
1482 We mask with addrmask her
[all...]
H A Dcoff-rs6000.c3059 bfd_vma addrmask, fieldmask, signmask, ss;
3067 addrmask = N_ONES (bfd_arch_bits_per_address (input_bfd)) | fieldmask;
3071 /* Much like unsigned, except no trimming with addrmask. In
3135 bfd_vma addrmask, fieldmask, signmask, ss;
3143 addrmask = N_ONES (bfd_arch_bits_per_address (input_bfd)) | fieldmask;
3147 a = (a & addrmask) >> howto->rightshift;
3154 if (ss != 0 && ss != ((addrmask >> howto->rightshift) & signmask))
3170 b = (b & addrmask) >> howto->bitpos;
3197 bfd_vma addrmask, fieldmask;
3205 addrmask
3053 bfd_vma addrmask, fieldmask, signmask, ss; local
3129 bfd_vma addrmask, fieldmask, signmask, ss; local
3191 bfd_vma addrmask, fieldmask; local
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dippool_y.y86 %type <adrmsk> addrmask
264 | addrmask next grouplist { $$ = calloc(1, sizeof(iphtent_t));
271 | addrmask next { $$ = calloc(1, sizeof(iphtent_t));
293 addrmask ',' setgroup { $$ = calloc(1, sizeof(iphtent_t));
308 range: addrmask { $$ = calloc(1, sizeof(*$$));
321 | '!' addrmask { $$ = calloc(1, sizeof(*$$));
349 addrmask { $$ = calloc(1, sizeof(iphtent_t));
364 addrmask: label
/freebsd-11-stable/sys/netinet6/
H A Din6_src.c1073 if (in6_mask2len(&ent0.addrmask.sin6_addr, NULL) < 0)
1076 IN6_MASK_ADDR(&ent0.addr.sin6_addr, &ent0.addrmask.sin6_addr);
1126 IN6_ARE_ADDR_EQUAL(&newpolicy->addrmask.sin6_addr,
1127 &pol->ape_policy.addrmask.sin6_addr)) {
1159 IN6_ARE_ADDR_EQUAL(&key->addrmask.sin6_addr,
1160 &pol->ape_policy.addrmask.sin6_addr)) {
1218 mp = (u_char *)&pol->addrmask.sin6_addr;
H A Din6_var.h149 struct sockaddr_in6 addrmask; /* prefix mask */ member in struct:in6_addrpolicy
/freebsd-11-stable/usr.sbin/ip6addrctl/
H A Dip6addrctl.c168 if ((plen = mask2plen(&pol->addrmask)) < 0) {
288 plen2mask(&pol->addrmask, plen);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Daddr_families.c480 krb5_addresses addrmask; local
487 ret = krb5_parse_address(context, buf, &addrmask);
490 if(addrmask.len != 1) {
491 krb5_free_addresses(context, &addrmask);
499 krb5_free_addresses(context, &addrmask);
503 ret = krb5_address_prefixlen_boundary(context, &addrmask.val[0], num,
505 krb5_free_addresses(context, &addrmask);
/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10k1.c213 u_int32_t addrmask; /* wider if audigy */ member in struct:sc_info
335 ptr = ((reg << 16) & sc->addrmask) | (chn & EMU_PTR_CHNO_MASK);
353 ptr = ((reg << 16) & sc->addrmask) | (chn & EMU_PTR_CHNO_MASK);
2088 sc->addrmask = sc->audigy ? EMU_A_PTR_ADDR_MASK : EMU_PTR_ADDR_MASK;
/freebsd-11-stable/lib/libc/net/
H A Dname6.c811 mp = (u_char *)&pol->addrmask.sin6_addr;
H A Dgetaddrinfo.c811 mp = (u_char *)&pol->addrmask.sin6_addr;

Completed in 123 milliseconds