Symbol: remote_address
crypto/heimdal/lib/gssapi/krb5/export_sec_context.c
106
if (ac->remote_address) {
crypto/heimdal/lib/gssapi/krb5/export_sec_context.c
107
kret = krb5_store_address (sp, *ac->remote_address);
crypto/heimdal/lib/gssapi/krb5/export_sec_context.c
77
if (ac->remote_address)
crypto/heimdal/lib/krb5/auth_context.c
147
if (auth_context->remote_address)
crypto/heimdal/lib/krb5/auth_context.c
148
krb5_free_address (context, auth_context->remote_address);
crypto/heimdal/lib/krb5/auth_context.c
150
if ((auth_context->remote_address = malloc(sizeof(krb5_address))) == NULL)
crypto/heimdal/lib/krb5/auth_context.c
152
krb5_copy_address(context, remote_addr, auth_context->remote_address);
crypto/heimdal/lib/krb5/auth_context.c
228
if(auth_context->remote_address == NULL)
crypto/heimdal/lib/krb5/auth_context.c
260
auth_context->remote_address,
crypto/heimdal/lib/krb5/auth_context.c
58
p->remote_address = NULL;
crypto/heimdal/lib/krb5/auth_context.c
77
if(auth_context->remote_address){
crypto/heimdal/lib/krb5/auth_context.c
78
free_HostAddress(auth_context->remote_address);
crypto/heimdal/lib/krb5/auth_context.c
79
free(auth_context->remote_address);
crypto/heimdal/lib/krb5/get_for_creds.c
322
if (auth_context->remote_address) {
crypto/heimdal/lib/krb5/get_for_creds.c
338
auth_context->remote_address,
crypto/heimdal/lib/krb5/get_for_creds.c
352
ret = krb5_copy_address (context, auth_context->remote_address,
crypto/heimdal/lib/krb5/krb5.h
626
krb5_address *remote_address;
crypto/heimdal/lib/krb5/mk_priv.c
94
part.r_address = auth_context->remote_address;
crypto/heimdal/lib/krb5/mk_safe.c
96
s.safe_body.r_address = auth_context->remote_address;
crypto/heimdal/lib/krb5/rd_cred.c
167
&& auth_context->remote_address
crypto/heimdal/lib/krb5/rd_cred.c
172
auth_context->remote_address,
crypto/heimdal/lib/krb5/rd_priv.c
111
&& auth_context->remote_address
crypto/heimdal/lib/krb5/rd_priv.c
113
auth_context->remote_address,
crypto/heimdal/lib/krb5/rd_req.c
429
&& ac->remote_address
crypto/heimdal/lib/krb5/rd_req.c
431
ac->remote_address,
crypto/heimdal/lib/krb5/rd_safe.c
133
&& auth_context->remote_address
crypto/heimdal/lib/krb5/rd_safe.c
135
auth_context->remote_address,
crypto/krb5/src/lib/krb5/krb/t_ser.c
223
krb5_address remote_address;
crypto/krb5/src/lib/krb5/krb/t_ser.c
237
memset(&remote_address, 0, sizeof(remote_address));
crypto/krb5/src/lib/krb5/krb/t_ser.c
251
remote_address.addrtype = ADDRTYPE_INET;
crypto/krb5/src/lib/krb5/krb/t_ser.c
252
remote_address.length = sizeof(raddr_bytes);
crypto/krb5/src/lib/krb5/krb/t_ser.c
253
remote_address.contents = raddr_bytes;
crypto/krb5/src/lib/krb5/krb/t_ser.c
262
check(krb5_auth_con_setaddrs(NULL, actx, &local_address, &remote_address));
crypto/krb5/src/lib/krb5/krb/t_ser.c
263
check(krb5_auth_con_setports(NULL, actx, &local_address, &remote_address));
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
131
struct remote_address addr;
crypto/krb5/src/lib/krb5/os/t_trace.c
59
struct remote_address ra;
crypto/krb5/src/lib/krb5/os/trace.c
180
struct remote_address *ra;
crypto/krb5/src/lib/krb5/os/trace.c
248
ra = va_arg(ap, struct remote_address *);