

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. | |