OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ntransmitted
(Results
1 - 2
of
2
) sorted by null
/external/iputils/
ping_common.c
23
long
ntransmitted
; /* sequence # for outbound packets = #sent */
variable
477
if (exiting || (npackets &&
ntransmitted
>= npackets && !deadline))
508
if (
ntransmitted
> 0 && !rcvd_test(
ntransmitted
)) {
510
printf("no answer yet for icmp_seq=%lu\n", (
ntransmitted
% MAX_DUP_CHK));
1015
printf("%ld packets transmitted, ",
ntransmitted
);
1023
if (
ntransmitted
) {
1025
(int) ((((long long)(
ntransmitted
- nreceived)) * 100) /
1026
ntransmitted
));
1050
if (nreceived && (!interval || (options&(F_FLOOD|F_ADAPTIVE))) &&
ntransmitted
> 1)
[
all
...]
rdisc.c
181
int
ntransmitted
= 0;
variable
508
ntransmitted
++;
510
if (
ntransmitted
< initial_advertisements)
519
ntransmitted
++;
521
if (
ntransmitted
< max_solicitations)
898
ntransmitted
++;
973
ntransmitted
++;
978
logtrace("%d packets transmitted, ",
ntransmitted
);
[
all
...]
Completed in 43 milliseconds