#include <netinet/in.h>#include <netinet/ip.h>#include <netinet/udp.h>#include <netinet/ipcsum.h>#include <net/route.h>#include <sys/socket.h>
Go to the source code of this file.
Functions | |
| int | NutUdpOutput (UDPSOCKET *sock, uint32_t daddr, uint16_t port, NETBUF *nb) |
| Send a UDP packet. | |