Modules#
Ping API type definitions#
Typedefs#
Ping echo request packed structure type definitions.
Ping info structure type definition.
Statistic ping type definition.
Ping statistic typedef.
Ping request/response sent handler.
Macros#
Maximum count of ping request/response for message queues.
Minimum packet length with 1 byte payload.
Max packet length.
Ping echo request type field value.
Ping echo response type field value.
Ping echo request code field value.
Ping echo response code field value.
Dedicated port for ICMPv6 echo messages.
Ping status socket error mask.
Ping status connect error mask.
Ping status send error mask.
Ping interrupt requested mask.
Typedef Documentation#
sl_wisun_ping_echo_request_t#
typedef struct sl_wisun_ping_echo_request sl_wisun_ping_echo_request_t
Ping echo request packed structure type definitions.
sl_wisun_ping_info_t#
typedef struct sl_wisun_ping_info sl_wisun_ping_info_t
Ping info structure type definition.
sl_wisun_ping_stat_t#
typedef struct sl_wisun_ping_stat sl_wisun_ping_stat_t
Statistic ping type definition.
sl_wisun_ping_stat_hnd_t#
typedef void(* sl_wisun_ping_stat_hnd_t) (sl_wisun_ping_stat_t *stat) )(sl_wisun_ping_stat_t *stat)
Ping statistic typedef.
sl_wisun_ping_req_resp_done_hnd_t#
typedef void(* sl_wisun_ping_req_resp_done_hnd_t) (sl_wisun_ping_info_t *req, sl_wisun_ping_info_t *resp) )(sl_wisun_ping_info_t *req, sl_wisun_ping_info_t *resp)
Ping request/response sent handler.