NetBurner 3.5.0
PDF Version
 
netrx.h File Reference

Header file for callback functions to add custom Ethenet handlers and pass Ethernet frames in the bottom of the TCP/IP stack. More...

#include <predef.h>
#include <buffers.h>

Go to the source code of this file.

Typedefs

typedef int(* netDoRXFunc) (PoolPtr, uint16_t, int)
 Typedef interface for all network rx processing functions.
 

Functions

netDoRXFunc SetCustomNetDoRX (netDoRXFunc customFunc)
 Registers a new custom ethernet handler to run prior to the primary handler.
 
netDoRXFunc ClearCustomNetDoRX ()
 Clears the custom ethernet handler, resetting the handler to NULL.
 
int NetDoRX (PoolPtr pp, uint16_t ocount, int if_num)
 Entry function for Ethernet frames into the system TCP/IP stack.
 

Detailed Description

Header file for callback functions to add custom Ethenet handlers and pass Ethernet frames in the bottom of the TCP/IP stack.