/minix/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
H A D | address_to_krb5addr.c | 47 int addr_type; in _gsskrb5i_address_to_krb5addr() local 57 case GSS_C_AF_INET6: addr_type = AF_INET6; in _gsskrb5i_address_to_krb5addr() 61 case GSS_C_AF_INET: addr_type = AF_INET; in _gsskrb5i_address_to_krb5addr() 68 addr_type, in _gsskrb5i_address_to_krb5addr()
|
/minix/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | addr_families.c | 261 a->addr_type = KRB5_ADDRESS_INET6; in ipv6_sockaddr2addr() 530 if(high.len != 1 && high.val[0].addr_type != low.val[0].addr_type) { in arange_parse_addr() 668 } else if(a2->addr_type == a->low.addr_type) { in arange_order_addr() 677 return sign * (addr1->addr_type - addr2->addr_type); in arange_order_addr() 927 addr->addr_type); in krb5_addr2sockaddr() 934 addr->addr_type); in krb5_addr2sockaddr() 1251 addr1->addr_type); in krb5_address_order() 1260 addr2->addr_type); in krb5_address_order() 1266 if(addr1->addr_type != addr2->addr_type) in krb5_address_order() 1267 return addr1->addr_type - addr2->addr_type; in krb5_address_order() [all …]
|
H A D | get_addrs.c | 73 res->val[0].addr_type = hostent->h_addrtype; in gethostname_fallback()
|
H A D | rd_cred.c | 194 enc_krb_cred_part.r_address->addr_type == KRB5_ADDRESS_ADDRPORT) { in krb5_rd_cred()
|
H A D | get_for_creds.c | 60 addr->val[i].addr_type = 0; in add_addrs()
|
H A D | store.c | 1133 ret = krb5_store_int16(sp, p.addr_type); in krb5_store_address() 1157 adr->addr_type = t; in krb5_ret_address()
|
H A D | acache.c | 266 cred->addresses.val[i].addr_type = incred->addresses[i]->type; in make_cred_from_ccred() 387 addr->type = incred->addresses.val[i].addr_type; in make_ccred_from_cred()
|
/minix/sys/sys/ |
H A D | cdio.h | 25 uint32_t addr_type:4; member 28 uint32_t addr_type:4; member 52 uint32_t addr_type:4; member 55 uint32_t addr_type:4; member 86 uint32_t addr_type:4; member 89 uint32_t addr_type:4; member
|
/minix/sys/fs/udf/ |
H A D | udf_allocation.c | 95 uint32_t icbflags, addr_type; 121 if (addr_type == UDF_ICB_INTERN_ALLOC) { 242 uint32_t icbflags, addr_type; 292 if (addr_type == UDF_ICB_INTERN_ALLOC) { 661 int slot, addr_type, icbflags; in udf_translate_file_extent() local 2246 int addr_type, icbflags; in udf_record_allocation_in_node() local 2611 int addr_type; in udf_grow_node() local 2719 addr_type = UDF_ICB_SHORT_ALLOC; in udf_grow_node() 2721 addr_type = UDF_ICB_LONG_ALLOC; in udf_grow_node() 2724 icbflags |= addr_type; in udf_grow_node() [all …]
|
H A D | udf_readwrite.c | 188 int icbflags, addr_type, file_type, intern, has_fids, has_sbm, l_ea; in udf_fixup_node_internals() local 210 addr_type = (icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK); in udf_fixup_node_internals() 212 intern = (addr_type == UDF_ICB_INTERN_ALLOC); in udf_fixup_node_internals() 221 addr_type = (icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK); in udf_fixup_node_internals() 223 intern = (addr_type == UDF_ICB_INTERN_ALLOC); in udf_fixup_node_internals()
|
H A D | udf_subr.c | 441 int addr_type, icblen, icbflags; in udf_check_track_metadata_overlap() local 478 addr_type = icbflags & UDF_ICB_TAG_FLAGS_ALLOC_MASK; in udf_check_track_metadata_overlap() 481 if (addr_type == UDF_ICB_SHORT_ALLOC) { in udf_check_track_metadata_overlap() 5110 if (addr_type == UDF_ICB_INTERN_ALLOC) { in udf_dir_attach() 5119 if (addr_type != UDF_ICB_INTERN_ALLOC) { in udf_dir_attach() 6442 int icbflags, addr_type; in udf_read_internal() local 6460 assert(addr_type == UDF_ICB_INTERN_ALLOC); in udf_read_internal() 6461 __USE(addr_type); in udf_read_internal() 6481 int icbflags, addr_type; in udf_write_internal() local 6499 assert(addr_type == UDF_ICB_INTERN_ALLOC); in udf_write_internal() [all …]
|
/minix/minix/net/lwip/ |
H A D | route.c | 972 uint8_t addr_type; in route_process() local 990 addr_type = IPADDR_TYPE_V4; in route_process() 994 addr_type = IPADDR_TYPE_V6; in route_process() 1001 if ((r = addr_get_inet(dst, dst->sa_len, addr_type, &dst_addr, in route_process() 1043 if ((r = addr_get_inet(ifa, ifa->sa_len, addr_type, in route_process()
|
/minix/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
H A D | SIInstructions.td | 2359 MIMG sample_d, MIMG sample_c_d, ValueType addr_type> { 2360 def : SamplePattern <SIsample, sample, addr_type>; 2361 def : SampleRectPattern <SIsample, sample, addr_type>; 2362 def : SampleArrayPattern <SIsample, sample, addr_type>; 2366 def : SamplePattern <SIsamplel, sample_l, addr_type>; 2371 def : SamplePattern <SIsampleb, sample_b, addr_type>; 2376 def : SamplePattern <SIsampled, sample_d, addr_type>; 2405 (name addr_type:$addr, v32i8:$rsrc, imm), 2410 (name addr_type:$addr, v32i8:$rsrc, TEX_ARRAY), 2415 (name addr_type:$addr, v32i8:$rsrc, TEX_MSAA), [all …]
|
/minix/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 51 typedef typename ELFDataTypeTypedefHelper<ELFT>::value_type addr_type; typedef in __anon9ede27fc0111::DyldELFObject 91 shdr->sh_addr = static_cast<addr_type>(Addr); in updateSectionAddress() 103 sym->st_value = static_cast<addr_type>(Addr); in updateSymbolAddress() 122 typedef typename ELFDataTypeTypedefHelper<ELFT>::value_type addr_type; in createRTDyldELFObject() typedef 139 shdr->sh_addr = static_cast<addr_type>(SecLoadAddr); in createRTDyldELFObject()
|
/minix/external/bsd/dhcp/dist/server/ |
H A D | dhcp.c | 974 char msgbuf[1024], *addr_type; local 1002 addr_type = "source"; 1007 addr_type = "client"; 1016 addr_type = "relay"; 1078 addr_type = "relay link select"; 1080 addr_type = "selected"; 1087 msgbuf, addr_type, piaddr(sip));
|
/minix/crypto/external/bsd/heimdal/dist/kdc/ |
H A D | kerberos5.c | 910 if (addresses->val[i].addr_type != KRB5_ADDRESS_NETBIOS) { in _kdc_check_addresses()
|