|
Contiki-Inga 3.x
|
A structure with callback functions for an ipolite connection. More...
#include <core/net/rime/ipolite.h>
Data Fields | |
| void(* | recv )(struct ipolite_conn *c, const linkaddr_t *from) |
| Called when a packet is received on the connection. | |
| void(* | sent )(struct ipolite_conn *c) |
| Called when a packet is sent on the connection. | |
| void(* | dropped )(struct ipolite_conn *c) |
| Called when a packet is dropped because a packet was heard from a neighbor. | |
1.8.3.1