Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/lwip/apps/ping/
Dping.c88 #ifndef PING_ID
89 #define PING_ID 0xAFAF macro
123 iecho->id = PING_ID; in ping_prepare_echo()
150 if ((iecho->id == PING_ID) && (iecho->seqno == htons(ping_seq_num))) { in ping_recv()