TwiceAsNice
2019-02-18
|
Typedefs | |
typedef struct _DqTransportFSIDescriptor | DQTRANSPORTFSIDESC |
Functions | |
DQTRANSPORTDESC * | DqTransportFSIAlloc (void) |
int | DqTransportFSIInit (int handle, int nic, char *address, uint32 port) |
int | DqTransportFSISend (int handle, const int8 *buf, int32 len, int32 flags) |
int | DqTransportFSIReceive (int handle, int8 *buf, int32 len, int32 flags) |
int | DqTransportFSIWait (int handle, int32 timeout) |
int | DqTransportFSIClose (int handle) |
void | DqTransportFSIDebug (int unit) |
typedef struct _DqTransportFSIDescriptor DQTRANSPORTFSIDESC |
DQTRANSPORTDESC* DqTransportFSIAlloc | ( | void | ) |
int DqTransportFSIClose | ( | int | handle | ) |
void DqTransportFSIDebug | ( | int | unit | ) |
int DqTransportFSIInit | ( | int | handle, |
int | nic, | ||
char * | address, | ||
uint32 | port | ||
) |
int DqTransportFSIWait | ( | int | handle, |
int32 | timeout | ||
) |