HomeSort by: relevance | last modified time | path
    Searched defs:MAX_DUP_CHK (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/ping/
ping.c 127 /* MAX_DUP_CHK is the number of bits in received table, the
131 #define MAX_DUP_CHK (8 * 2048)
132 static u_char rcvd_tbl[MAX_DUP_CHK/8];
  /src/sbin/ping6/
ping6.c 190 * MAX_DUP_CHK is the number of bits in received table, i.e. the maximum
194 #define MAX_DUP_CHK (8 * 8192)
195 static int mx_dup_ck = MAX_DUP_CHK;
196 static char rcvd_tbl[MAX_DUP_CHK / 8];

Completed in 15 milliseconds