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

  /external/iputils/
traceroute6.c 314 int nprobes = 3; variable
396 nprobes = atoi(optarg);
397 if (nprobes < 1) {
399 "traceroute: nprobes must be >0.\n");
599 for (probe = 0; probe < nprobes; ++probe) {
649 (unreachable > 0 && unreachable >= nprobes-1))
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 341 int8 nprobes; /* 0, passive, otherwise active */ member in struct:wl_extdscan_params
374 int32 nprobes; /* -1 use default, number of probes per channel */ member in struct:wl_scan_params
543 int32 nprobes; /* -1 use default, number of probes per channel */ member in struct:wl_join_scan_params
    [all...]

Completed in 564 milliseconds