Searched refs:MAX_DUP_CHK (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/network/ping/
H A Dping.c111 * MAX_DUP_CHK is the number of bits in received table, i.e. the maximum
115 #define MAX_DUP_CHK (8 * 128) macro
116 int mx_dup_ck = MAX_DUP_CHK;
117 char rcvd_tbl[MAX_DUP_CHK / 8];
/haiku-fatelf/src/bin/network/ping6/
H A Dping6.c192 * MAX_DUP_CHK is the number of bits in received table, i.e. the maximum
196 #define MAX_DUP_CHK (8 * 8192) macro
197 int mx_dup_ck = MAX_DUP_CHK;
198 char rcvd_tbl[MAX_DUP_CHK / 8];

Completed in 101 milliseconds