Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/lwip/apps/ping/
Dping_sock.c53 #define PING_FLAGS_START (1 << 1) macro
173 …while ((ep->flags & PING_FLAGS_START) && ((ep->count == 0) || (ep->packet_hdr->seqno < ep->count))… in esp_ping_thread()
343 ep->flags |= PING_FLAGS_START; in esp_ping_start()
355 ep->flags &= ~PING_FLAGS_START; in esp_ping_stop()