|
MeterLogger
|
Go to the source code of this file.
Data Structures | |
| struct | ping_option |
| struct | ping_resp |
Typedefs | |
| typedef void(* | ping_recv_function) (void *arg, void *pdata) |
| typedef void(* | ping_sent_function) (void *arg, void *pdata) |
Functions | |
| bool | ping_start (struct ping_option *ping_opt) |
| bool | ping_regist_recv (struct ping_option *ping_opt, ping_recv_function ping_recv) |
| bool | ping_regist_sent (struct ping_option *ping_opt, ping_sent_function ping_sent) |
| bool ping_regist_recv | ( | struct ping_option * | ping_opt, |
| ping_recv_function | ping_recv | ||
| ) |
| bool ping_regist_sent | ( | struct ping_option * | ping_opt, |
| ping_sent_function | ping_sent | ||
| ) |
| bool ping_start | ( | struct ping_option * | ping_opt | ) |
1.8.13