OpenWSN Firmware
icmpv6echo.h
Go to the documentation of this file.
1 #ifndef __ICMPv6ECHO_H
2 #define __ICMPv6ECHO_H
3 
11 //=========================== define ==========================================
12 
13 //=========================== typedef =========================================
14 
15 //=========================== module variables ================================
16 
17 typedef struct {
20  uint16_t seq;
22 
23 //=========================== prototypes ======================================
24 
25 void icmpv6echo_init(void);
26 void icmpv6echo_trigger(void);
29 
35 #endif
void icmpv6echo_trigger()
Definition: icmpv6echo.c:22
void icmpv6echo_sendDone(OpenQueueEntry_t *msg, owerror_t error)
Definition: icmpv6echo.c:83
uint8_t owerror_t
Definition: openwsn.h:265
uint16_t seq
Definition: icmpv6echo.h:20
void icmpv6echo_init()
Definition: icmpv6echo.c:17
open_addr_t hisAddress
Definition: icmpv6echo.h:19
Definition: openwsn.h:276
bool busySending
Definition: icmpv6echo.h:18
void icmpv6echo_receive(OpenQueueEntry_t *msg)
Definition: icmpv6echo.c:94
Definition: openwsn.h:288
Definition: icmpv6echo.h:17