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

/macosx-10.10/network_cmds-457/ping.tproj/
H A Dping.c172 * MAX_DUP_CHK is the number of bits in received table, i.e. the maximum
176 #define MAX_DUP_CHK (8 * 128) macro
177 int mx_dup_ck = MAX_DUP_CHK;
178 char rcvd_tbl[MAX_DUP_CHK / 8];
/macosx-10.10/network_cmds-457/ping6.tproj/
H A Dping6.c225 * MAX_DUP_CHK is the number of bits in received table, i.e. the maximum
229 #define MAX_DUP_CHK (8 * 8192) macro
230 int mx_dup_ck = MAX_DUP_CHK;
231 char rcvd_tbl[MAX_DUP_CHK / 8];

Completed in 378 milliseconds