#include "contiki.h"
#include <stdbool.h>
#include "net/uip.h"
Go to the source code of this file.
|
#define | tcpip_set_forwarding(forwarding) tcpip_do_forwarding = (forwarding) |
|
unsigned char | tcpip_do_forwarding |
| This function does address resolution and then calls tcpip_output. More...
|
|
unsigned char | tcpip_is_forwarding |
|
CCIF void | tcpip_input (void) |
| Deliver an incoming packet to the TCP/IP stack. More...
|
|
bool | tcpip_quote (const uip_ipaddr_t *destipaddr) |
|
void | tcpip_set_quotefunc (bool(*f)(const uip_ipaddr_t *destipaddr)) |
|
void | tcpip_flow_on (void) |
|
uint8_t | tcpip_output (void) |
| Output packet to layer 2 The eventual parameter is the MAC address of the destination.
|
|
void | tcpip_set_outputfunc (uint8_t(*f)(void)) |
|
Header for the Contiki/uIP interface.
- Author
- Adam Dunkels adam@.nosp@m.sics.nosp@m..se
-
Mathilde Durvy mdurv.nosp@m.y@ci.nosp@m.sco.c.nosp@m.om (IPv6 related code)
-
Julien Abeille jabei.nosp@m.lle@.nosp@m.cisco.nosp@m..com (IPv6 related code)
Definition in file tcpip.h.