Home
last modified time | relevance | path

Searched refs:smb_netconnectinfo_encode (Results 1 – 4 of 4) sorted by relevance

/titanic_53/usr/src/uts/common/smbsrv/
H A Dsmb_xdr.h213 int smb_netconnectinfo_encode(smb_netconnectinfo_t *, uint8_t *, uint32_t,
/titanic_53/usr/src/lib/smbsrv/libsmb/common/
H A Dmapfile-vers295 smb_netconnectinfo_encode;
/titanic_53/usr/src/common/smbsrv/
H A Dsmb_xdr.c274 smb_netconnectinfo_encode(smb_netconnectinfo_t *info, uint8_t *buf, in smb_netconnectinfo_encode() function
/titanic_53/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree.c1484 rc = smb_netconnectinfo_encode(&info, buf, buflen, nbytes); in smb_tree_netinfo_encode()