OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:npackets
(Results
1 - 2
of
2
) sorted by null
/external/iputils/
ping_common.h
138
extern long
npackets
; /* max packets to transmit */
227
if (
npackets
&& ntransmitted >=
npackets
&& !deadline)
ping_common.c
20
long
npackets
; /* max packets to transmit */
variable
263
npackets
= atoi(optarg);
264
if (
npackets
<= 0) {
477
if (exiting || (
npackets
&& ntransmitted >=
npackets
&& !deadline))
738
if (
npackets
&& nreceived + nerrors >=
npackets
)
1056
exit(!nreceived || (deadline && nreceived <
npackets
));
Completed in 55 milliseconds