mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-13 08:51:03 +08:00
feat(icmp): Support IPv6 ping and add icmp example
This commit is contained in:
@@ -54,7 +54,8 @@ typedef enum {
|
||||
PING_TARGET_RES_FN = 55, /**< ping result callback function */
|
||||
PING_TARGET_RES_RESET = 56, /**< ping result statistic reset */
|
||||
PING_TARGET_DATA_LEN = 57, /**< ping data length*/
|
||||
PING_TARGET_IP_TOS = 58 /**< ping QOS*/
|
||||
PING_TARGET_IP_TOS = 58, /**< ping QOS*/
|
||||
PING_TARGET_IF_INDEX = 59 /**< ping if index*/
|
||||
} ping_target_id_t;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user