Searched refs:ctx_irawlen (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.h47 uint_t ctx_irawlen; member in struct:authsvc_context
H A Dsmbd_authsvc.c326 ctx->ctx_irawlen = smbd_authsvc_bufsize;
327 ctx->ctx_irawbuf = malloc(ctx->ctx_irawlen);
430 ctx->ctx_irawlen = hdr.lmh_msglen;
542 xdrmem_create(&xdrs, ctx->ctx_irawbuf, ctx->ctx_irawlen,
564 if (ctx->ctx_irawlen != sizeof (smb_lsa_clinfo_t))
591 if (ctx->ctx_irawlen < 8) {
608 ctx->ctx_irawlen, &ctx->ctx_itoken);
711 ctx->ctx_irawlen, &ctx->ctx_itoken);
866 ctx->ctx_ibodylen = ctx->ctx_irawlen;
868 ctx->ctx_irawbuf, ctx->ctx_irawlen);
[all...]

Completed in 79 milliseconds