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