Searched refs:addr_type (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Daddress_to_krb5addr.c45 int addr_type; local
55 case GSS_C_AF_INET6: addr_type = AF_INET6;
59 case GSS_C_AF_INET: addr_type = AF_INET;
66 addr_type,
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Daddr_families.c68 a->addr_type = KRB5_ADDRESS_INET;
120 a->addr_type = KRB5_ADDRESS_INET;
192 addr->addr_type = KRB5_ADDRESS_INET;
218 low->addr_type = KRB5_ADDRESS_INET;
223 high->addr_type = KRB5_ADDRESS_INET;
248 a->addr_type = KRB5_ADDRESS_INET;
259 a->addr_type = KRB5_ADDRESS_INET6;
311 a->addr_type = KRB5_ADDRESS_INET6;
389 addr->addr_type = KRB5_ADDRESS_INET6;
436 low->addr_type
[all...]
H A Dget_addrs.c71 res->val[0].addr_type = hostent->h_addrtype;
H A Drd_cred.c187 enc_krb_cred_part.r_address->addr_type == KRB5_ADDRESS_ADDRPORT) {
H A Dget_for_creds.c58 addr->val[i].addr_type = 0;
H A Dstore.c1131 ret = krb5_store_int16(sp, p.addr_type);
1155 adr->addr_type = t;
H A Dacache.c264 cred->addresses.val[i].addr_type = incred->addresses[i]->type;
385 addr->type = incred->addresses.val[i].addr_type;
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_flowid.h72 u_int8_t addr_type; /* 4 = ipv4, 6 = ipv6, 1=ether ? */ member in struct:ip_flow_id
79 #define IS_IP6_FLOW_ID(id) ((id)->addr_type == 6)
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Drecipient_list.h32 const char *addr_type; /* DSN */ member in union:RECIPIENT::__anon11552
H A Drecipient_list.c20 /* char *addr_type;
161 list->info[list->len].u.addr_type = 0;
/macosx-10.10.1/Heimdal-398.1.2/appl/test/
H A Duu_client.c77 local_addr.addr_type = AF_INET;
81 remote_addr.addr_type = AF_INET;
H A Duu_server.c67 local_addr.addr_type = AF_INET;
71 remote_addr.addr_type = AF_INET;
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dcbcp.c331 u_char type, opt_len, delay, addr_type; local
356 GETCHAR(addr_type, pckt);
459 u_char type, delay, addr_type; local
471 GETCHAR(addr_type, pckt);
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Dgssapi.c137 OM_uint32 *addr_type,
147 *addr_type = GSS_C_AF_INET6;
156 *addr_type = GSS_C_AF_INET;
136 sockaddr_to_gss_address(struct sockaddr *sa, OM_uint32 *addr_type, gss_buffer_desc *gss_addr) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp42 target_endianness, is64Bits>::value_type addr_type; typedef in class:__anon10064::DyldELFObject
129 shdr->sh_addr = static_cast<addr_type>(Addr);
143 sym->st_value = static_cast<addr_type>(Addr);
/macosx-10.10.1/ntp-92/include/
H A Dntp_machine.h332 struct hostent *gethostbyaddr (char * netnum, int size, int addr_type);
/macosx-10.10.1/ntp-92/libntp/
H A Dmachines.c51 struct hostent *gethostbyaddr(char *name, int size, int addr_type) argument
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-cr16c.c189 unsigned long format, addr_type, code_factor; local
209 addr_type = r_type & R_ADDRTYPE;
210 code_factor = ((addr_type == R_CODE_ADDR) ? 1 : 0);
/macosx-10.10.1/MITKerberosShim-66/
H A Dccache.c173 cred->addresses.val[i].addr_type = incred->addresses[i]->type;
294 addr->type = incred->addresses.val[i].addr_type;
H A Dmisc.c718 a[i]->addrtype = addrs.val[i].addr_type;
/macosx-10.10.1/Heimdal-398.1.2/kdc/
H A Dkerberos5.c1659 if (addresses->val[i].addr_type != KRB5_ADDRESS_NETBIOS) {
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf.c5343 dnflow.fwa_id.addr_type = 4;
5348 dnflow.fwa_id.addr_type = 6;

Completed in 355 milliseconds