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

  /src/usr.sbin/traceroute6/
traceroute6.c 342 static u_long nprobes = 3; variable in typeref:typename:u_long
446 nprobes = strtoul(optarg, &ep, 0);
448 errx(1, "Invalid nprobes `%s'", optarg);
449 if (nprobes < 1)
450 errx(1, "nprobes `%s' must be > 0", optarg);
685 for (probe = 0; probe < nprobes; ++probe) {
735 (unreachable > 0 && unreachable >= ((nprobes + 1) / 2))) {
  /src/usr.sbin/traceroute/
traceroute.c 357 static int nprobes = 3; variable in typeref:typename:int
553 nprobes = str2val(optarg, "nprobes", 1, -1);
938 for (probe = 0; probe < nprobes; ++probe) {
1053 else if (cc && probe == nprobes - 1 && Mflag)
1059 (unreachable > 0 && unreachable >= ((nprobes + 1) / 2)))
  /src/sys/dev/ic/
bwfmreg.h 557 uint32_t nprobes; member in struct:bwfm_scan_params
622 uint32_t nprobes; member in struct:bwfm_join_scan_params

Completed in 15 milliseconds