Searched refs:ESP_ERR_PING_INVALID_PARAMS (Results 1 – 3 of 3) sorted by relevance
40 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()
29 #define ESP_ERR_PING_INVALID_PARAMS ESP_ERR_PING_BASE + 0x01 macro32 …optlen, opttype) do { if ((optlen) < sizeof(opttype)) { return ESP_ERR_PING_INVALID_PARAMS; }}whil…
710 # ifdef ESP_ERR_PING_INVALID_PARAMS711 ERR_TBL_IT(ESP_ERR_PING_INVALID_PARAMS), /* 40961 0xa001 */