58#ifdef ALLOW_CUSTOM_NET_DO_RX
int NetDoRX(PoolPtr pp, uint16_t ocount, int if_num)
Main entry point for Ethernet frames into the TCP/IP stack.
netDoRXFunc ClearCustomNetDoRX()
Remove the currently registered custom Ethernet handler.
Definition netrx.h:196
int(* netDoRXFunc)(PoolPtr pp, uint16_t ocount, int if_num)
Function pointer type for custom network receive handlers.
Definition netrx.h:107
netDoRXFunc CustomNetDoRX
Global pointer to the currently registered custom receive handler.
netDoRXFunc SetCustomNetDoRX(netDoRXFunc customFunc)
Register a custom Ethernet frame handler.
Definition netrx.h:162
Main buffer structure for network and serial communication.
Definition buffers.h:90