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

/haiku/src/bin/network/ping/
H A Dping.c155 * MAX_DUP_CHK is the number of bits in received table, i.e. the maximum
159 #define MAX_DUP_CHK (8 * 128) macro
160 static int mx_dup_ck = MAX_DUP_CHK;
161 static char rcvd_tbl[MAX_DUP_CHK / 8];
H A Dping6.c202 * MAX_DUP_CHK is the number of bits in received table, i.e. the maximum
206 #define MAX_DUP_CHK (8 * 8192) macro
207 static int mx_dup_ck = MAX_DUP_CHK;
208 static char rcvd_tbl[MAX_DUP_CHK / 8];

Completed in 36 milliseconds