Searched refs:smbfs_md_get_uint16le (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libsmbfs/common/ |
H A D | smbfs_ssnsetup.c | 447 smbfs_md_get_uint16le(mbp, NULL); /* secondary cmd */ 448 smbfs_md_get_uint16le(mbp, NULL); /* andxoffset */ 449 smbfs_md_get_uint16le(mbp, actionp); /* action */ 450 smbfs_md_get_uint16le(mbp, &sblen); /* sec. blob len */ 451 smbfs_md_get_uint16le(mbp, &bc); /* byte count */ 466 smbfs_md_get_uint16le(mbp, NULL); /* secondary cmd */ 467 smbfs_md_get_uint16le(mbp, NULL); /* andxoffset */ 468 smbfs_md_get_uint16le(mbp, actionp); /* action */ 469 err = smbfs_md_get_uint16le(mbp, &bc); /* byte count */
|
H A D | smbfs_negprot.c | 194 err = smbfs_md_get_uint16le(mbp, &dindex); 212 smbfs_md_get_uint16le(mbp, &sv->sv_maxmux); /* MaxMpxCount */ 213 smbfs_md_get_uint16le(mbp, &sv->sv_maxvcs); /* MaxCountVCs */ 219 smbfs_md_get_uint16le(mbp, (uint16_t *)&sv->sv_tz); 221 err = smbfs_md_get_uint16le(mbp, &bc); /* ByteCount */
|
H A D | smbfs_rq.c | 364 smbfs_md_get_uint16le(mbp, &rqp->rq_hflags2); 367 smbfs_md_get_uint16le(mbp, &rqp->rq_tid); 368 smbfs_md_get_uint16le(mbp, NULL); /* pid_lo */ 369 smbfs_md_get_uint16le(mbp, &rqp->rq_uid); 370 smbfs_md_get_uint16le(mbp, &rqp->rq_mid);
|
H A D | smbfs_mbuf.c | 440 smbfs_md_get_uint16le(mdchain_t *mbp, uint16_t *x) function 657 err = smbfs_md_get_uint16le(mbp, &ch); 675 smbfs_md_get_uint16le(mbp, &ch); 679 smbfs_md_get_uint16le(mbp, NULL);
|
H A D | smbfs_private.h | 147 int smbfs_md_get_uint16le(mdchain_t *, uint16_t *);
|
H A D | smbfs_ntlmssp.c | 92 (void) smbfs_md_get_uint16le(mbp, &sb->sb_length); 93 (void) smbfs_md_get_uint16le(mbp, &sb->sb_maxlen);
|
Completed in 38 milliseconds