TwiceAsNice
2019-02-18
|
Macros | |
#define | PDNA_IOCTL ioctl |
#define | PDNA_READ read |
#define | PDNA_WRITE write |
#define | PDNA_OPEN open |
#define | PDNA_CLOSE close |
#define | PDNA_DEV "/dev/pdna" |
Functions | |
DQTRANSPORTDESC * | DqTransportLocalAlloc (void) |
int | DqTransportLocalInit (int handle, int nic, char *address, uint32 port) |
int | DqTransportLocalSend (int handle, const int8 *buf, int32 len, int32 flags) |
int | DqTransportLocalReceive (int handle, int8 *buf, int32 len, int32 flags) |
int | DqTransportLocalWait (int handle, int32 timeout) |
int | DqTransportLocalClose (int handle) |
int | DqTransportLocalGetFd (int handle) |
#define PDNA_CLOSE close |
#define PDNA_DEV "/dev/pdna" |
#define PDNA_IOCTL ioctl |
#define PDNA_OPEN open |
#define PDNA_READ read |
#define PDNA_WRITE write |
DQTRANSPORTDESC* DqTransportLocalAlloc | ( | void | ) |
int DqTransportLocalClose | ( | int | handle | ) |
int DqTransportLocalGetFd | ( | int | handle | ) |
int DqTransportLocalInit | ( | int | handle, |
int | nic, | ||
char * | address, | ||
uint32 | port | ||
) |
int DqTransportLocalWait | ( | int | handle, |
int32 | timeout | ||
) |