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

/freebsd-10.0-release/sbin/ping/
H A Dping.c149 * MAX_DUP_CHK is the number of bits in received table, i.e. the maximum
153 #define MAX_DUP_CHK (8 * 128) macro
154 int mx_dup_ck = MAX_DUP_CHK;
155 char rcvd_tbl[MAX_DUP_CHK / 8];
/freebsd-10.0-release/sbin/ping6/
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 int mx_dup_ck = MAX_DUP_CHK;
208 char rcvd_tbl[MAX_DUP_CHK / 8];

Completed in 166 milliseconds