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

/barrelfish-2018-10-04/lib/lwip2/src/apps/ping/
H A Dping.c81 #ifndef PING_ID
82 #define PING_ID 0xAFAF macro
113 iecho->id = PING_ID;
216 if ((iecho->id == PING_ID) && (iecho->seqno == lwip_htons(ping_seq_num))) {
302 if ((iecho->id == PING_ID) && (iecho->seqno == lwip_htons(ping_seq_num))) {
/barrelfish-2018-10-04/lib/net/test/
H A Dping.c40 #define PING_ID 0xBFBF macro
84 if ((iecho->id == PING_ID) && (iecho->seqno == lwip_htons(ping_seq_num))) {
129 iecho->id = PING_ID;
H A Dudp_ping.c45 #define PING_ID 0xBFBF macro
90 if ((iecho->id == PING_ID) && (iecho->seqno == lwip_htons(ping_seq_num))) {
128 iecho->id = PING_ID;

Completed in 272 milliseconds