Symbol: socket_info
crypto/heimdal/lib/kadm5/context_s.c
133
set_socket_info(context, &ctx->log_context.socket_info);
crypto/heimdal/lib/kadm5/destroy_s.c
61
if (c->socket_info) {
crypto/heimdal/lib/kadm5/destroy_s.c
62
freeaddrinfo(c->socket_info);
crypto/heimdal/lib/kadm5/destroy_s.c
63
c->socket_info = NULL;
crypto/heimdal/lib/kadm5/init_s.c
61
assert(ctx->log_context.socket_info != NULL);
crypto/heimdal/lib/kadm5/init_s.c
77
ctx->log_context.socket_fd = socket (ctx->log_context.socket_info->ai_family,
crypto/heimdal/lib/kadm5/init_s.c
78
ctx->log_context.socket_info->ai_socktype,
crypto/heimdal/lib/kadm5/init_s.c
79
ctx->log_context.socket_info->ai_protocol);
crypto/heimdal/lib/kadm5/log.c
225
log_context->socket_info->ai_addr,
crypto/heimdal/lib/kadm5/log.c
226
log_context->socket_info->ai_addrlen);
crypto/heimdal/lib/kadm5/private.h
80
struct addrinfo *socket_info;
crypto/heimdal/lib/roken/socket_wrapper.c
1212
struct socket_info *si;
crypto/heimdal/lib/roken/socket_wrapper.c
1256
si = (struct socket_info *)calloc(1, sizeof(struct socket_info));
crypto/heimdal/lib/roken/socket_wrapper.c
1270
struct socket_info *parent_si, *child_si;
crypto/heimdal/lib/roken/socket_wrapper.c
1320
child_si = (struct socket_info *)malloc(sizeof(struct socket_info));
crypto/heimdal/lib/roken/socket_wrapper.c
1377
static int swrap_auto_bind(struct socket_info *si)
crypto/heimdal/lib/roken/socket_wrapper.c
1483
struct socket_info *si = find_socket_info(s);
crypto/heimdal/lib/roken/socket_wrapper.c
1529
struct socket_info *si = find_socket_info(s);
crypto/heimdal/lib/roken/socket_wrapper.c
1556
struct socket_info *si = find_socket_info(s);
crypto/heimdal/lib/roken/socket_wrapper.c
1569
struct socket_info *si = find_socket_info(s);
crypto/heimdal/lib/roken/socket_wrapper.c
1589
struct socket_info *si = find_socket_info(s);
crypto/heimdal/lib/roken/socket_wrapper.c
1603
struct socket_info *si = find_socket_info(s);
crypto/heimdal/lib/roken/socket_wrapper.c
1619
struct socket_info *si = find_socket_info(s);
crypto/heimdal/lib/roken/socket_wrapper.c
1643
struct socket_info *si = find_socket_info(s);
crypto/heimdal/lib/roken/socket_wrapper.c
1670
struct socket_info *si = find_socket_info(s);
crypto/heimdal/lib/roken/socket_wrapper.c
1738
struct socket_info *si = find_socket_info(s);
crypto/heimdal/lib/roken/socket_wrapper.c
1764
struct socket_info *si = find_socket_info(s);
crypto/heimdal/lib/roken/socket_wrapper.c
1786
struct socket_info *si = find_socket_info(s);
crypto/heimdal/lib/roken/socket_wrapper.c
1806
struct socket_info *si = find_socket_info(fd);
crypto/heimdal/lib/roken/socket_wrapper.c
1839
dup_internal(const struct socket_info *si_oldd, int fd)
crypto/heimdal/lib/roken/socket_wrapper.c
1841
struct socket_info *si_newd;
crypto/heimdal/lib/roken/socket_wrapper.c
1843
si_newd = (struct socket_info *)calloc(1, sizeof(struct socket_info));
crypto/heimdal/lib/roken/socket_wrapper.c
1873
struct socket_info *si;
crypto/heimdal/lib/roken/socket_wrapper.c
1890
struct socket_info *si_newd, *si_oldd;
crypto/heimdal/lib/roken/socket_wrapper.c
237
struct socket_info *prev, *next;
crypto/heimdal/lib/roken/socket_wrapper.c
240
static struct socket_info *sockets;
crypto/heimdal/lib/roken/socket_wrapper.c
340
static int convert_in_un_remote(struct socket_info *si, const struct sockaddr *inaddr, struct sockaddr_un *un,
crypto/heimdal/lib/roken/socket_wrapper.c
438
static int convert_in_un_alloc(struct socket_info *si, const struct sockaddr *inaddr, struct sockaddr_un *un,
crypto/heimdal/lib/roken/socket_wrapper.c
546
static struct socket_info *find_socket_info(int fd)
crypto/heimdal/lib/roken/socket_wrapper.c
548
struct socket_info *i;
crypto/heimdal/lib/roken/socket_wrapper.c
557
static int sockaddr_convert_to_un(struct socket_info *si, const struct sockaddr *in_addr, socklen_t in_len,
crypto/heimdal/lib/roken/socket_wrapper.c
591
static int sockaddr_convert_from_un(const struct socket_info *si,
crypto/heimdal/lib/roken/socket_wrapper.c
930
static void swrap_dump_packet(struct socket_info *si, const struct sockaddr *addr,