Searched refs:client_context (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_ipc.h180 client_context_t client_context; // context passed from client, returned by server in corresponding reply variable
H A Ddnssd_clientstub.c381 hdr->client_context = ref->uid;
1713 while (op && (op->uid.u32[0] != cbh->ipc_hdr.client_context.u32[0] || op->uid.u32[1] != cbh->ipc_hdr.client_context.u32[1]))
1726 if (rec->uid.u32[0] == cbh->ipc_hdr.client_context.u32[0] && rec->uid.u32[1] == cbh->ipc_hdr.client_context.u32[1])
1895 // hdr->client_context which will be returned in the ipc response.
/illumos-gate/usr/src/lib/sasl_plugins/login/
H A Dlogin.c305 typedef struct client_context { struct
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dexternal.c226 typedef struct client_context struct
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c540 reply->mhdr->client_context = request->hdr.client_context;
1104 reply->mhdr->client_context = re->regrec_client_context;
1219 LogOperation("%3d: Cancel %08X %08X", request->sd, request->hdr.client_context.u32[1], request->hdr.client_context.u32[0]);
1223 (*req)->hdr.client_context.u32[0] == request->hdr.client_context.u32[0] &&
1224 (*req)->hdr.client_context.u32[1] == request->hdr.client_context.u32[1])
1259 re->regrec_client_context = request->hdr.client_context;
[all...]
/illumos-gate/usr/src/lib/sasl_plugins/plain/
H A Dplain.c274 typedef struct client_context { struct
/illumos-gate/usr/src/lib/sasl_plugins/cram/
H A Dcram.c526 typedef struct client_context { struct
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c3787 typedef struct client_context { struct

Completed in 96 milliseconds