Home
last modified time | relevance | path

Searched refs:htoles (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/netsmb/
H A Dmchain.h50 #define htoles(x) ((uint16_t)(x)) macro
74 #define htoles(x) BSWAP_16(x) macro
H A Dsmb.h550 #define wset_acllen(a, l) ((a)->acl_len = htoles(l))
552 #define wset_aclacecount(a, c) ((a)->acl_acecount = htoles(c))
573 #define wset_acelen(a, l) ((a)->ace_len = htoles(l))
/titanic_50/usr/src/lib/libsmbfs/smb/
H A Drap.c180 *sp = htoles(uv); in smb_rap_rqparam()
H A Dmbuf.c265 uint16_t y = htoles(x); in mb_put_uint16le()
/titanic_50/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c289 *ace_len_p = htoles(ace_len); in mb_put_ace()
399 *acl_len_p = htoles(acl_len); in mb_put_acl()
/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsubr_mchain.c440 u_int16_t v = htoles(x); in mb_put_uint16le()