Home | History | Annotate | Download | only in 4X

Lines Matching refs:ackEmulDB

38 /*   MODULE:	ackEmulDb.h                                                */
173 TI_STATUS ackEmulDb_config(ackEmulDB_t* ackEmulDB,
177 TI_STATUS ackEmulDb_destroy(ackEmulDB_t* ackEmulDB);
179 void wdrv_aeDbInit(ackEmulDB_t* ackEmulDB);
180 void wdrv_aeWTargetDbPrint(ackEmulDB_t* ackEmulDB);
181 int wdrv_aeWTargetDbFindDataSession(ackEmulDB_t* ackEmulDB,UINT8 *pktBuf,UINT8 *sessionIndex, UINT8 *monitorState);
182 int wdrv_aeWTargetDbFindAckSession(ackEmulDB_t* ackEmulDB,UINT8 *pktBuf,UINT8 *sessionIndex, UINT8 *monitorState);
183 int wdrv_aeWTargetDbAddSession(ackEmulDB_t* ackEmulDB,UINT8 *pktBuf);
185 int wdrv_aeWTargetDbDelSession(ackEmulDB_t* ackEmulDB,UINT8 SessionIndex);
186 int wdrv_aeWTargetDbSetActiveState(ackEmulDB_t* ackEmulDB,UINT8 index , UINT8 *activeIndex);
187 void wdrv_aeWTargetDbSaveAckTemplate(ackEmulDB_t* ackEmulDB,UINT8 index, UINT8 *pIpHeader);
188 void wdrv_aeWTargetDbUpdateAckTemplate(ackEmulDB_t* ackEmulDB,UINT8 index, UINT32 sequenceNumber);
189 int wdrv_aeWTargetDbCmpAckTemplate(ackEmulDB_t* ackEmulDB,UINT8 index, UINT8 *pIpHeader);
190 void wdrv_aeWTargetDbResetTuple(ackEmulDB_t* ackEmulDB,int index);
192 void wdrv_aeWTargetDbGetSessionSequenceNumber(ackEmulDB_t* ackEmulDB,UINT8 index, UINT32 *sequenceNumber);
193 void wdrv_aeWTargetDbGetSessionAckNumber(ackEmulDB_t* ackEmulDB,UINT8 index, UINT32 *ackNumber);
194 void wdrv_aeWTargetDbGetSessionSegmentSize(ackEmulDB_t* ackEmulDB,UINT8 index, UINT32 *segmentSize);
195 void wdrv_aeWTargetDbGetIncrSessionEqualSegmentSizeCounter(ackEmulDB_t* ackEmulDB,UINT8 index, UINT8 *equalSegmentSizeCounter);
196 void wdrv_aeWTargetDbGetSessionAckCounter(ackEmulDB_t* ackEmulDB,UINT8 index, UINT32 *ackCounter);
197 void wdrv_aeWTargetDbGetSessionMmonitorState(ackEmulDB_t* ackEmulDB,UINT8 index, UINT8 *monitorState);
198 void wdrv_aeWTargetDbGetSessionActiveIndex(ackEmulDB_t* ackEmulDB,UINT8 index, UINT8 *activeIndex);
200 void wdrv_aeWTargetDbSetSessionSequenceNumber(ackEmulDB_t* ackEmulDB,UINT8 index, UINT32 sequenceNumber);
201 void wdrv_aeWTargetDbSetSessionAckNumber(ackEmulDB_t* ackEmulDB,UINT8 index, UINT32 ackNumber);
202 void wdrv_aeWTargetDbSetSessionSegmentSize(ackEmulDB_t* ackEmulDB,UINT8 index, UINT32 segmentSize);
203 void wdrv_aeWTargetDbSetSessionAckCounter(ackEmulDB_t* ackEmulDB,UINT8 index, UINT32 ackCounter);
204 void wdrv_aeWTargetDbSetSessionMonitorState(ackEmulDB_t* ackEmulDB,UINT8 index, UINT8 monitorState);
205 void wdrv_aeWTargetDbSetSessionEqualSegmentSizeCounter(ackEmulDB_t* ackEmulDB,UINT8 index, UINT8 equalSegmentSizeCounter);
206 void wdrv_aeWTargetDbGetSessionTimeStamp(ackEmulDB_t* ackEmulDB,UINT8 index, UINT32 *timeStamp);
207 void wdrv_aeWTargetDbSetSessionTimeStamp(ackEmulDB_t* ackEmulDB,UINT8 index, UINT32 timeStamp);
209 void wdrv_aeWSourceDbUpdateTemplate(ackEmulDB_t* ackEmulDB,UINT8 *pktBuf,UINT8 stationIndex,UINT8 *sessionIndex);
210 void wdrv_aeWSourceDbResetSession(ackEmulDB_t* ackEmulDB,int stationIndex,int activeIndex);
212 void wdrv_aeWSourceSaveAckTemplate(ackEmulDB_t* ackEmulDB,UINT8 stationIndex,UINT8 activeIndex,
216 void wdrv_aeWSourceDbGetSessionAckCounter(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 *ackCounter);
218 void wdrv_aeWSourceDbSetSessionAckCounter(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 ackCounter);
220 void wdrv_aeWSourceDbGetSessionAckNumber(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 *ackNumber);
221 void wdrv_aeWSourceDbSetSessionAckNumber(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 ackNumber);
223 void wdrv_aeWSourceDbGetSessionSegmentSize(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 *segmentSize);
224 void wdrv_aeWSourceDbSetSessionSegmentSize(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 segmentSize);
226 void wdrv_aeWSourceDbGetSessionTimeStamp(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 *timeStamp);
227 void wdrv_aeWSourceDbSetSessionTimeStamp(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 timeStamp);
229 void wdrv_aeWSourceDbGetSessionAckReorderProblem(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 *ackReorderProblem);
230 void wdrv_aeWSourceDbSetSessionAckReorderProblem(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 ackReorderProblem);
233 void wdrv_aeWSourceDbGetAckTemplate(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT8 **pTeplate,
237 void wdrv_aeDbGetXTagStatus(ackEmulDB_t* ackEmulDB,UINT8 sessionIndex, UINT8 *status);
238 void wdrv_aeDbSetXTagStatus(ackEmulDB_t* ackEmulDB,UINT8 sessionIndex, UINT8 status);