OpenWSN Firmware
ICMPv6Echo

ICMPv6 echo (ping) implementation. More...

Data Structures

struct  icmpv6echo_vars_t
 

Functions

void icmpv6echo_init (void)
 
void icmpv6echo_trigger (void)
 
void icmpv6echo_sendDone (OpenQueueEntry_t *msg, owerror_t error)
 
void icmpv6echo_receive (OpenQueueEntry_t *msg)
 

Detailed Description

ICMPv6 echo (ping) implementation.

Author
Thomas Watteyne watte.nosp@m.yne@.nosp@m.eecs..nosp@m.berk.nosp@m.eley..nosp@m.edu, August 2010

Function Documentation

void icmpv6echo_init ( void  )
void icmpv6echo_receive ( OpenQueueEntry_t msg)
void icmpv6echo_sendDone ( OpenQueueEntry_t msg,
owerror_t  error 
)
void icmpv6echo_trigger ( void  )