Milos RTOS v0.3.4a
Real Time Operating System
udp.h File Reference
#include "socket.h"
#include "netbuffer.h"
#include "netif.h"
Include dependency graph for udp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  __udpHdrTag
 UDP header. More...

Typedefs

typedef __TYPEDEF_PRE struct
__udpHdrTag 
__UDP_HDR
typedef __TYPEDEF_PRE struct
__udpHdrTag
__PUDP_HDR

Functions

i32 __udpOut (__PSOCKET sock, __PNET_ADDR addr, u16 port, __PNET_BUFFER nb)
 UDP output function. Sends an UDP packet.
i32 __udpIn (__PNETIF netif, __PNET_BUFFER nb)
 Process an incoming UDP packet.
 All Data Structures Files Functions Variables Typedefs Defines