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.
100
of file /mnt/raid/workspaces/ws.wIWINzxl8/overlay/gsdk/app/wisun/component/ping/sl_wisun_ping.h
sl_wisun_ping_echo_response_t#
typedef sl_wisun_ping_echo_request_t sl_wisun_ping_echo_response_t
Ping response type definition.
104
of file /mnt/raid/workspaces/ws.wIWINzxl8/overlay/gsdk/app/wisun/component/ping/sl_wisun_ping.h
sl_wisun_ping_info_t#
typedef struct sl_wisun_ping_info sl_wisun_ping_info_t
Ping info structure type definition.
124
of file /mnt/raid/workspaces/ws.wIWINzxl8/overlay/gsdk/app/wisun/component/ping/sl_wisun_ping.h
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.
148
of file /mnt/raid/workspaces/ws.wIWINzxl8/overlay/gsdk/app/wisun/component/ping/sl_wisun_ping.h
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.
145
of file /mnt/raid/workspaces/ws.wIWINzxl8/overlay/gsdk/app/wisun/component/ping/sl_wisun_ping.h
sl_wisun_ping_stat_t#
typedef struct sl_wisun_ping_stat sl_wisun_ping_stat_t
Statistic ping type definition.
142
of file /mnt/raid/workspaces/ws.wIWINzxl8/overlay/gsdk/app/wisun/component/ping/sl_wisun_ping.h
Macro Definition Documentation#
SL_WISUN_PING_CODE_ECHO_REQUEST#
#define SL_WISUN_PING_CODE_ECHO_REQUESTValue:
(0U)
Ping echo request code field value.
77
of file /mnt/raid/workspaces/ws.wIWINzxl8/overlay/gsdk/app/wisun/component/ping/sl_wisun_ping.h
SL_WISUN_PING_CODE_ECHO_RESPONSE#
#define SL_WISUN_PING_CODE_ECHO_RESPONSEValue:
(0U)
Ping echo response code field value.
80
of file /mnt/raid/workspaces/ws.wIWINzxl8/overlay/gsdk/app/wisun/component/ping/sl_wisun_ping.h
SL_WISUN_PING_ICMP_PORT#
#define SL_WISUN_PING_ICMP_PORTValue:
(0U)
Dedicated port for ICMPv6 echo messages.
83
of file /mnt/raid/workspaces/ws.wIWINzxl8/overlay/gsdk/app/wisun/component/ping/sl_wisun_ping.h
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.
68
of file /mnt/raid/workspaces/ws.wIWINzxl8/overlay/gsdk/app/wisun/component/ping/sl_wisun_ping.h
SL_WISUN_PING_MAX_REQUEST_RESPONSE#
#define SL_WISUN_PING_MAX_REQUEST_RESPONSEValue:
(128U)
Maximum count of ping request/response for message queues.
62
of file /mnt/raid/workspaces/ws.wIWINzxl8/overlay/gsdk/app/wisun/component/ping/sl_wisun_ping.h
SL_WISUN_PING_MIN_PACKET_LENGTH#
#define SL_WISUN_PING_MIN_PACKET_LENGTHValue:
(9U)
Minimum packet length with 1 byte payload.
65
of file /mnt/raid/workspaces/ws.wIWINzxl8/overlay/gsdk/app/wisun/component/ping/sl_wisun_ping.h
SL_WISUN_PING_TYPE_ECHO_REQUEST#
#define SL_WISUN_PING_TYPE_ECHO_REQUESTValue:
(128U)
Ping echo request type field value.
71
of file /mnt/raid/workspaces/ws.wIWINzxl8/overlay/gsdk/app/wisun/component/ping/sl_wisun_ping.h
SL_WISUN_PING_TYPE_ECHO_RESPONSE#
#define SL_WISUN_PING_TYPE_ECHO_RESPONSEValue:
(129U)
Ping echo response type field value.
74
of file /mnt/raid/workspaces/ws.wIWINzxl8/overlay/gsdk/app/wisun/component/ping/sl_wisun_ping.h