40 #include "contiki-conf.h" 42 extern uint16_t uip_slen;
56 memcpy(&uip_buf[
UIP_LLH_LEN + UIP_IPUDPH_LEN], data,
73 uip_udp_packet_sendto(
struct uip_udp_conn *c,
const void *data,
int len,
88 uip_udp_packet_send(c, data, len);
void uip_process(uint8_t flag)
process the options within a hop by hop or destination option header
#define uip_ipaddr_copy(dest, src)
uint8_t data[USBNET_RX_BUF_SIZE]
uint8_t tcpip_output(void)
Output packet to layer 2 The eventual parameter is the MAC address of the destination.