OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ntransmitted
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/ping/
ping.c
190
static int
ntransmitted
; /* output sequence # = #sent */
variable
761
if (
ntransmitted
< npackets && d_last > 0) {
903
opack_icmp.icmp_seq = htons((u_int16_t)(
ntransmitted
));
970
CLR(
ntransmitted
);
971
ntransmitted
++;
1099
if (icp->icmp_seq == htons((u_int16_t)(
ntransmitted
-1)))
1400
(void)printf("%d packets transmitted, ",
ntransmitted
);
1404
if (
ntransmitted
) {
1405
if (nreceived >
ntransmitted
)
1409
(((
ntransmitted
-nreceived)*100.0)
[
all
...]
/src/sbin/ping6/
ping6.c
216
static long
ntransmitted
; /* sequence # for outbound packets = #sent */
variable
950
if (
ntransmitted
< npackets && d_last > 0) {
1091
if (npackets &&
ntransmitted
>= npackets)
1098
seq =
ntransmitted
++;
1997
printf("%ld packets transmitted, ",
ntransmitted
);
2001
if (
ntransmitted
) {
2002
if (nreceived >
ntransmitted
)
2006
((((double)
ntransmitted
- nreceived) * 100.0) /
2007
ntransmitted
));
Completed in 17 milliseconds
Indexes created Fri Apr 03 00:24:04 UTC 2026