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

/freebsd-13-stable/sbin/ping/
H A Dping.c163 * MAX_DUP_CHK is the number of bits in received table, i.e. the maximum
167 #define MAX_DUP_CHK (8 * 128) macro
168 static int mx_dup_ck = MAX_DUP_CHK;
169 static char rcvd_tbl[MAX_DUP_CHK / 8];
H A Dping6.c213 * MAX_DUP_CHK is the number of bits in received table, i.e. the maximum
217 #define MAX_DUP_CHK (8 * 8192) macro
218 static int mx_dup_ck = MAX_DUP_CHK;
219 static char rcvd_tbl[MAX_DUP_CHK / 8];

Completed in 61 milliseconds