Data Fields | |
uint32_t | delay |
rtimer_clock_t | echo_time |
clock_time_t | echo_time2 |
uip_ipaddr_t | host |
uint8_t | in_use |
uint8_t | replied |
uint8_t | sent |
uint8_t | waiting |
uint32_t pingconn_t::delay |
Referenced by echo_reply_callback(), and simple_udp_ping_get_delay().
rtimer_clock_t pingconn_t::echo_time |
Referenced by echo_reply_callback(), and PROCESS_THREAD().
clock_time_t pingconn_t::echo_time2 |
Referenced by echo_reply_callback(), and PROCESS_THREAD().
uip_ipaddr_t pingconn_t::host |
Referenced by allocate_pingconn(), get_pingconn(), and PROCESS_THREAD().
uint8_t pingconn_t::in_use |
Referenced by allocate_pingconn(), get_pingconn(), and PROCESS_THREAD().
uint8_t pingconn_t::replied |
uint8_t pingconn_t::sent |
Referenced by echo_reply_callback(), PROCESS_THREAD(), simple_udp_ping_clear_conn(), and simple_udp_ping_has_sent().
uint8_t pingconn_t::waiting |
Referenced by PROCESS_THREAD(), simple_udp_ping_has_sent(), and simple_udp_ping_send_ping().