|
Contiki 2.5
|
Code for tunnelling uIP packets over the Rime mesh routing moduleMore...
#include "contiki-net.h"#include "net/uip-split.h"#include "net/uip-packetqueue.h"#include <string.h>Go to the source code of this file.
Functions | |
| u8_t | tcpip_output (void) |
| Output packet to layer 2 The eventual parameter is the MAC address of the destination. | |
| void | udp_attach (struct uip_udp_conn *conn, void *appstate) |
| Attach the current process to a UDP connection. More... | |
| struct uip_udp_conn * | udp_new (const uip_ipaddr_t *ripaddr, u16_t port, void *appstate) |
| Create a new UDP connection. More... | |
| struct uip_udp_conn * | udp_broadcast_new (u16_t port, void *appstate) |
| Create a new UDP broadcast connection. More... | |
| void | tcpip_input (void) |
| Deliver an incoming packet to the TCP/IP stack. More... | |
| void | tcpip_poll_udp (struct uip_udp_conn *conn) |
| Cause a specified UDP connection to be polled. More... | |
Variables | |
| process_event_t | tcpip_event |
| The uIP event. More... | |
Code for tunnelling uIP packets over the Rime mesh routing module
Definition in file tcpip.c.
1.8.3.1