#include "config.h"
#include "inet.h"
#include "opm_common.h"
#include "opm.h"
Data Structures | |
struct | _OPM_SCAN |
struct | _OPM_CONNECTION |
struct | _OPM_PROTOCOL_CONFIG |
struct | _OPM_PROTOCOL |
Defines | |
#define | CBLEN 5 |
#define | READBUFLEN 128 |
#define | SENDBUFLEN 512 |
Typedefs | |
typedef _OPM_SCAN | OPM_SCAN_T |
typedef _OPM_CONNECTION | OPM_CONNECTION_T |
typedef _OPM_PROTOCOL_CONFIG | OPM_PROTOCOL_CONFIG_T |
typedef _OPM_PROTOCOL | OPM_PROTOCOL_T |
typedef int | OPM_PROXYWRITE_T (OPM_T *, OPM_SCAN_T *, OPM_CONNECTION_T *) |
typedef int | OPM_PROXYREAD_T (OPM_T *, OPM_SCAN_T *, OPM_CONNECTION_T *) |
#define CBLEN 5 |
#define READBUFLEN 128 |
#define SENDBUFLEN 512 |
typedef struct _OPM_SCAN OPM_SCAN_T |
typedef struct _OPM_CONNECTION OPM_CONNECTION_T |
typedef struct _OPM_PROTOCOL_CONFIG OPM_PROTOCOL_CONFIG_T |
typedef struct _OPM_PROTOCOL OPM_PROTOCOL_T |
typedef int OPM_PROXYWRITE_T(OPM_T *, OPM_SCAN_T *, OPM_CONNECTION_T *) |
typedef int OPM_PROXYREAD_T(OPM_T *, OPM_SCAN_T *, OPM_CONNECTION_T *) |