#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 |
#define ETHERNET_UDP_INFO 0 |
Definition at line 14 of file ethernetudp.c.
#define EthernetUdpIdleState 0 |
Definition at line 17 of file ethernetudp.c.
Definition at line 60 of file ethernetudp.c.
void F_EthernetUdpInit | ( | void | ) |
Definition at line 21 of file ethernetudp.c.
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.
Definition at line 66 of file ethernetudp.c.
UDP_CONTROL UdpCtrl |
Definition at line 19 of file ethernetudp.c.