Ping API type definitions#
Modules#
Typedefs#
Ping echo request packed structure type definitions.
Ping response type definition.
Ping info structure type definition.
Ping request/response sent handler.
Ping statistic typedef.
Statistic ping type definition.
Macros#
Ping echo request code field value.
Ping echo response code field value.
Dedicated port for ICMPv6 echo messages.
Max packet length.
Maximum count of ping request/response for message queues.
Minimum packet length with 1 byte payload.
Ping echo request type field value.
Ping echo response type field value.
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_echo_response_t#
typedef sl_wisun_ping_echo_request_t sl_wisun_ping_echo_response_t
Ping response type definition.
sl_wisun_ping_info_t#
typedef struct sl_wisun_ping_info sl_wisun_ping_info_t
Ping info structure type definition.
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.
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_stat_t#
typedef struct sl_wisun_ping_stat sl_wisun_ping_stat_t
Statistic ping type definition.
Macro Definition Documentation#
SL_WISUN_PING_CODE_ECHO_REQUEST#
#define SL_WISUN_PING_CODE_ECHO_REQUESTValue:
(0U)
Ping echo request code field value.
SL_WISUN_PING_CODE_ECHO_RESPONSE#
#define SL_WISUN_PING_CODE_ECHO_RESPONSEValue:
(0U)
Ping echo response code field value.
SL_WISUN_PING_ICMP_PORT#
#define SL_WISUN_PING_ICMP_PORTValue:
(0U)
Dedicated port for ICMPv6 echo messages.
SL_WISUN_PING_MAX_PACKET_LENGTH#
#define SL_WISUN_PING_MAX_PACKET_LENGTHValue:
(SL_WISUN_PING_MIN_PACKET_LENGTH - 1 + SL_WISUN_PING_MAX_PAYLOAD_LENGTH)
Max packet length.
SL_WISUN_PING_MAX_REQUEST_RESPONSE#
#define SL_WISUN_PING_MAX_REQUEST_RESPONSEValue:
(128U)
Maximum count of ping request/response for message queues.
SL_WISUN_PING_MIN_PACKET_LENGTH#
#define SL_WISUN_PING_MIN_PACKET_LENGTHValue:
(9U)
Minimum packet length with 1 byte payload.
SL_WISUN_PING_TYPE_ECHO_REQUEST#
#define SL_WISUN_PING_TYPE_ECHO_REQUESTValue:
(128U)
Ping echo request type field value.
SL_WISUN_PING_TYPE_ECHO_RESPONSE#
#define SL_WISUN_PING_TYPE_ECHO_RESPONSEValue:
(129U)
Ping echo response type field value.