OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tr_vifout
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/mrouted/
prune.h
100
u_int32_t
tr_vifout
; /* output packet count on interface */
member in struct:tr_resp
prune.c
2127
resp->
tr_vifout
= htonl(v_req.ocount);
/src/usr.sbin/mtrace/
mtrace.c
877
int v_out = ntohl(s->
tr_vifout
) - ntohl(r->
tr_vifout
);
888
if ((v_out && (s->
tr_vifout
!= 0xFFFFFFFF && s->
tr_vifout
!= 0)) ||
889
(r->
tr_vifout
!= 0xFFFFFFFF && r->
tr_vifout
!= 0))
948
printf("v_out: %ld ", (long)ntohl(s->
tr_vifout
));
951
printf("v_out: %ld ", (long)ntohl(r->
tr_vifout
));
956
(long)(ntohl(s->
tr_vifout
) - ntohl(r->
tr_vifout
)));
[
all
...]
Completed in 25 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025