Searched refs:path_offs (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_dfs.c | 338 uint16_t path_offs, altpath_offs, netpath_offs; in smb_dfs_encode_refv2() local 360 path_offs = (referrals->i_ntargets - r) * DFS_REFV2_ENTSZ; in smb_dfs_encode_refv2() 361 altpath_offs = path_offs + dfs_pathsz; in smb_dfs_encode_refv2() 375 proximity, referrals->i_timeout, path_offs, altpath_offs, in smb_dfs_encode_refv2() 401 uint16_t path_offs, altpath_offs, netpath_offs; in smb_dfs_encode_refv3x() local 423 path_offs = (referrals->i_ntargets - r) * hdrsize; in smb_dfs_encode_refv3x() 424 altpath_offs = path_offs + dfs_pathsz; in smb_dfs_encode_refv3x() 441 referrals->i_timeout, path_offs, altpath_offs, in smb_dfs_encode_refv3x()
|