Microchip® Advanced Software Framework

uip-udp-packet.h File Reference

    Header file for module for sending UDP packets through uIP.
Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se
#include "net/ip/uip.h"

Functions

int uip_udp_packet_send (struct uip_udp_conn *c, const void *data, int len)
 
int uip_udp_packet_sendto (struct uip_udp_conn *c, const void *data, int len, const uip_ipaddr_t *toaddr, uint16_t toport)
 

int uip_udp_packet_sendto ( struct uip_udp_conn c,
const void *  data,
int  len,
const uip_ipaddr_t toaddr,
uint16_t  toport 
)