Home
last modified time | relevance | path

Searched refs:ctx_orawlen (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.c507 hdr.lmh_msglen = ctx->ctx_orawlen; in smbd_authsvc_work()
514 if (ctx->ctx_orawlen > 0) { in smbd_authsvc_work()
516 ctx->ctx_orawlen, 0); in smbd_authsvc_work()
517 if (len != ctx->ctx_orawlen) { in smbd_authsvc_work()
592 ctx->ctx_orawlen = sizeof (*er); in smbd_authsvc_dispatch()
641 ctx->ctx_orawlen = 0; in smbd_authsvc_clinfo()
905 ctx->ctx_orawlen = (uint_t)toklen; in smbd_authsvc_escmn()
959 ctx->ctx_orawlen = (uint_t)toklen; in smbd_authsvc_newmech()
1008 ctx->ctx_orawlen = ctx->ctx_obodylen; in smbd_raw_ntlmssp_esnext()
1034 if (len > ctx->ctx_orawlen) { in smbd_authsvc_gettoken()
[all …]
H A Dsmbd_authsvc.h50 uint_t ctx_orawlen; member