Searched refs:ct_addrinfo (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dgetaddr.c126 if (ctx->ct_addrinfo != NULL) {
127 freeaddrinfo(ctx->ct_addrinfo);
128 ctx->ct_addrinfo = NULL;
159 ctx->ct_addrinfo = res;
175 ctx->ct_addrinfo = res;
H A Dfindvc.c99 for (ai = ctx->ct_addrinfo; ai; ai = ai->ai_next) {
H A Dnewvc.c108 for (ai = ctx->ct_addrinfo; ai; ai = ai->ai_next) {
H A Dctx.c208 if (ctx->ct_addrinfo)
209 dump_addrinfo(ctx->ct_addrinfo);
211 printf(" ct_addrinfo = NULL\n");
432 if (ctx->ct_addrinfo) {
433 freeaddrinfo(ctx->ct_addrinfo);
434 ctx->ct_addrinfo = NULL;
1103 * Lookup the IP address and fill in ct_addrinfo.
1117 assert(ctx->ct_addrinfo != NULL);
/illumos-gate/usr/src/cmd/fs.d/smbclnt/test/
H A Dtconn.c149 if ((ai = ctx->ct_addrinfo) == NULL) {
150 fprintf(stderr, "%s: no ct_addrinfo\n", argv[0]);
/illumos-gate/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_lib.h103 struct addrinfo *ct_addrinfo; /* IP addresses of the server */ member in struct:smb_ctx

Completed in 66 milliseconds