HomeSort by relevance Sort by last modified time
    Searched refs:MAX_HOPS_LIMIT (Results 1 - 2 of 2) sorted by null

  /external/iputils/
tracepath.c 35 #define MAX_HOPS_LIMIT 255
336 if (max_hops < 0 || max_hops > MAX_HOPS_LIMIT) {
339 MAX_HOPS_LIMIT);
tracepath6.c 45 #define MAX_HOPS_LIMIT 255
404 if (max_hops < 0 || max_hops > MAX_HOPS_LIMIT) {
407 MAX_HOPS_LIMIT);

Completed in 53 milliseconds