Home
last modified time | relevance | path

Searched refs:htolel (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/uts/common/netsmb/
H A Dsmb.h497 #define wset_sdowneroff(s, o) ((s)->sd_owneroff = htolel(o))
502 #define wset_sdgroupoff(s, o) ((s)->sd_groupoff = htolel(o))
507 #define wset_sdsacloff(s, o) ((s)->sd_sacloff = htolel(o))
512 #define wset_sddacloff(s, o) ((s)->sd_dacloff = htolel(o))
575 #define wset_acerights(a, r) ((a)->ace_rights = htolel(r))
H A Dmchain.h52 #define htolel(x) ((uint32_t)(x)) macro
76 #define htolel(x) BSWAP_32(x) macro
/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsamlib.c46 #define htolel(x) ((uint32_t)(x)) macro
51 #define htolel(x) BSWAP_32(x) macro
399 upw->Length = htolel(pwlen_bytes); in samr_fill_userpw()
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_signing.c52 #define htolel(x) ((uint32_t)(x)) macro
54 #define htolel(x) BSWAP_32(x) macro
277 smbhdr.s.sig[0] = htolel(seqnum); in smb_sign_calc()
/titanic_50/usr/src/lib/libsmbfs/smb/
H A Dsigning.c102 smbhdr.s.sig[0] = htolel(seqno); in smb_compute_MAC()
H A Drap.c186 *lp = htolel(uv); in smb_rap_rqparam()
H A Dmbuf.c279 uint32_t y = htolel(x); in mb_put_uint32le()
/titanic_50/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_ntlmssp.c35 #define htolel(x) ((uint32_t)(x)) macro
40 #define htolel(x) BSWAP_32(x) macro
/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_sign.c121 smbhdr.s.sig[0] = htolel(seqno); in smb_compute_MAC()
H A Dsubr_mchain.c454 u_int32_t v = htolel(x); in mb_put_uint32le()
/titanic_50/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c559 *owneroffp = htolel(owneroff); in mb_put_ntsd()
560 *groupoffp = htolel(groupoff); in mb_put_ntsd()
561 *sacloffp = htolel(sacloff); in mb_put_ntsd()
562 *dacloffp = htolel(dacloff); in mb_put_ntsd()
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c673 *ucslenp = htolel(mbp->mb_count); in smbfs_smb_t2rename()