OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ntransmitted
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/ping/
ping.c
189
static int
ntransmitted
; /* output sequence # = #sent */
variable in typeref:typename:int
760
if (
ntransmitted
< npackets && d_last > 0) {
902
opack_icmp.icmp_seq = htons((u_int16_t)(
ntransmitted
));
969
CLR(
ntransmitted
);
970
ntransmitted
++;
1098
if (icp->icmp_seq == htons((u_int16_t)(
ntransmitted
-1)))
1399
(void)printf("%d packets transmitted, ",
ntransmitted
);
1403
if (
ntransmitted
) {
1404
if (nreceived >
ntransmitted
)
1408
(((
ntransmitted
-nreceived)*100.0)
[
all
...]
/src/sbin/ping6/
ping6.c
216
static long
ntransmitted
; /* sequence # for outbound packets = #sent */
variable in typeref:typename:long
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 13 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025