131 int ec_setupnic(
const char * ifname,
int secondary);
132 int ec_closenic(
void);
133 void ec_setbufstat(
int idx,
int bufstat);
134 int ec_getindex(
void);
135 int ec_outframe(
int idx,
int sock);
136 int ec_outframe_red(
int idx);
137 int ec_waitinframe(
int idx,
int timeout);
138 int ec_srconfirm(
int idx,
int timeout);
int ecx_srconfirm(ecx_portt *port, int idx, int timeout)
void ecx_setbufstat(ecx_portt *port, int idx, int bufstat)
int ecx_waitinframe(ecx_portt *port, int idx, int timeout)
int ecx_closenic(ecx_portt *port)
int ecx_setupnic(ecx_portt *port, const char *ifname, int secondary)
int ecx_outframe_red(ecx_portt *port, int idx)
int ecx_outframe(ecx_portt *port, int idx, int sock)
pthread_mutex_t getindex_mutex
uint8 ec_bufT[EC_BUFSIZE]
void ec_setupheader(void *p)
int ecx_getindex(ecx_portt *port)