indx 100 source3/include/smb_macros.h #define SMB_LPID_OFFSET(indx) (10 * (indx)) indx 101 source3/include/smb_macros.h #define SMB_LKOFF_OFFSET(indx) ( 2 + (10 * (indx))) indx 102 source3/include/smb_macros.h #define SMB_LKLEN_OFFSET(indx) ( 6 + (10 * (indx))) indx 103 source3/include/smb_macros.h #define SMB_LARGE_LPID_OFFSET(indx) (20 * (indx)) indx 104 source3/include/smb_macros.h #define SMB_LARGE_LKOFF_OFFSET_HIGH(indx) (4 + (20 * (indx))) indx 105 source3/include/smb_macros.h #define SMB_LARGE_LKOFF_OFFSET_LOW(indx) (8 + (20 * (indx))) indx 106 source3/include/smb_macros.h #define SMB_LARGE_LKLEN_OFFSET_HIGH(indx) (12 + (20 * (indx))) indx 107 source3/include/smb_macros.h #define SMB_LARGE_LKLEN_OFFSET_LOW(indx) (16 + (20 * (indx)))