feat(icmp): Support IPv6 ping and add icmp example

This commit is contained in:
yuanjm
2020-11-02 14:04:09 +08:00
parent dda5062c80
commit 370ac3e48a
12 changed files with 553 additions and 37 deletions

View File

@@ -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 {