124 int ec_setupnic(
const char * ifname,
int secondary);
125 int ec_closenic(
void);
126 void ec_setbufstat(
int idx,
int bufstat);
127 int ec_getindex(
void);
128 int ec_outframe(
int idx,
int sock);
129 int ec_outframe_red(
int idx);
130 int ec_waitinframe(
int idx,
int timeout);
131 int ec_srconfirm(
int idx,
int timeout);
void ecx_setbufstat(ecx_portt *port, int idx, int bufstat)
int ecx_getindex(ecx_portt *port)
void ec_setupheader(void *p)
int ecx_setupnic(ecx_portt *port, const char *ifname, int secondary)
int ecx_outframe(ecx_portt *port, int idx, int sock)
int ecx_srconfirm(ecx_portt *port, int idx, int timeout)
uint8 ec_bufT[EC_BUFSIZE]
int ecx_waitinframe(ecx_portt *port, int idx, int timeout)
int ecx_outframe_red(ecx_portt *port, int idx)
int ecx_closenic(ecx_portt *port)