Lines Matching refs:npackets
167 int npackets; /* number of packets to send */ variable
537 npackets = int_arg(argv[optind], in main()
539 if (npackets < 1) { in main()
542 npackets); in main()
800 if (npackets == 0 && stats) in build_targetaddr_list()
833 if (npackets > 0) in create_targetaddr_item()
834 targetaddr->num_probes = npackets; in create_targetaddr_item()
1772 if (npackets == 0 || in schedule_sigalrm()
2004 if ((npackets > 0) && (current_targetaddr->next == NULL) && in recv_icmp_packet()
2005 (nreceived_last_target == npackets)) { in recv_icmp_packet()
2354 real_npackets = (npackets == 0) ? 1 : npackets; in find_dstaddr()