Home
last modified time | relevance | path

Searched refs:ESP_ERR_PING_INVALID_PARAMS (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/lwip/apps/ping/
Desp_ping.c40 return ESP_ERR_PING_INVALID_PARAMS; in esp_ping_set_target()
82 ret = ESP_ERR_PING_INVALID_PARAMS; in esp_ping_set_target()
94 return ESP_ERR_PING_INVALID_PARAMS; in esp_ping_get_target()
130 ret = ESP_ERR_PING_INVALID_PARAMS; in esp_ping_get_target()
/hal_espressif-3.6.0/components/lwip/include/apps/
Desp_ping.h29 #define ESP_ERR_PING_INVALID_PARAMS ESP_ERR_PING_BASE + 0x01 macro
32 …optlen, opttype) do { if ((optlen) < sizeof(opttype)) { return ESP_ERR_PING_INVALID_PARAMS; }}whil…
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c710 # ifdef ESP_ERR_PING_INVALID_PARAMS
711 ERR_TBL_IT(ESP_ERR_PING_INVALID_PARAMS), /* 40961 0xa001 */