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

/external/ping/
H A Dping_common.h62 * MAX_DUP_CHK is the number of bits in received table, i.e. the maximum
65 #define MAX_DUP_CHK 0x10000 macro
67 extern char rcvd_tbl[MAX_DUP_CHK / 8];
H A Dping.c81 int mx_dup_ck = MAX_DUP_CHK;
82 char rcvd_tbl[MAX_DUP_CHK / 8];
/external/ping6/
H A Dping6.c215 * MAX_DUP_CHK is the number of bits in received table, i.e. the maximum
219 #define MAX_DUP_CHK (8 * 8192) macro
220 int mx_dup_ck = MAX_DUP_CHK;
221 char rcvd_tbl[MAX_DUP_CHK / 8];

Completed in 90 milliseconds