BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions | Variables
ethernetudp.c File Reference
#include "includes.h"

Go to the source code of this file.

Macros

#define ETHERNET_UDP_INFO   0
#define EthernetUdpIdleState   0

Functions

void F_EthernetUdpInit (void)
INT8U F_EthernetUdpPacketReceive (ETHBUFFER *pBuffer)
INT8U F_EthernetUdpPacketSend (ETHBUFFER *pBuffer, INT8U *pIpAddress, INT16U SourcePort, INT16U DestinationPort)
INT8U F_EthernetUdpBufferReserve (ETHBUFFER *pBuffer)
INT16U F_EthernetUdpSourcePortGet (ETHBUFFER *pBuffer)

Variables

UDP_CONTROL UdpCtrl

Macro Definition Documentation

#define ETHERNET_UDP_INFO   0

Definition at line 14 of file ethernetudp.c.

#define EthernetUdpIdleState   0

Definition at line 17 of file ethernetudp.c.


Function Documentation

INT8U F_EthernetUdpBufferReserve ( ETHBUFFER pBuffer)

Definition at line 60 of file ethernetudp.c.

void F_EthernetUdpInit ( void  )

Definition at line 21 of file ethernetudp.c.

INT8U F_EthernetUdpPacketReceive ( ETHBUFFER pBuffer)

Definition at line 26 of file ethernetudp.c.

INT8U F_EthernetUdpPacketSend ( ETHBUFFER pBuffer,
INT8U pIpAddress,
INT16U  SourcePort,
INT16U  DestinationPort 
)

Definition at line 43 of file ethernetudp.c.

INT16U F_EthernetUdpSourcePortGet ( ETHBUFFER pBuffer)

Definition at line 66 of file ethernetudp.c.


Variable Documentation

UDP_CONTROL UdpCtrl

Definition at line 19 of file ethernetudp.c.