pointer structure to Tx and Rx stacks More...
Data Fields | |
| int * | sock |
| socket connection used | |
| ec_bufT(* | txbuf )[EC_MAXBUF] |
| tx buffer | |
| int(* | txbuflength )[EC_MAXBUF] |
| tx buffer lengths | |
| ec_bufT * | tempbuf |
| temporary receive buffer | |
| ec_bufT(* | rxbuf )[EC_MAXBUF] |
| rx buffers | |
| int(* | rxbufstat )[EC_MAXBUF] |
| rx buffer status fields | |
| int(* | rxsa )[EC_MAXBUF] |
| received MAC source address (middle word) | |
pointer structure to Tx and Rx stacks
Definition at line 95 of file nicdrv.c.
| int(* rxsa)[EC_MAXBUF] |
| int(* txbuflength)[EC_MAXBUF] |
1.6.3