Searched refs:out_packets (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/dsslib/netflow/
H A Dnetflow.c105 CXV("out_packets", "number", NETFLOW_out_packets, "Outgoing counter for the number of packets associated with an ip Flow.")
436 r->value.number = rp->out_packets ? rp->out_packets : rp->packets;
445 r->value.number = rp->packets ? rp->packets : rp->out_packets ? rp->out_packets : rp->in_packets;
712 NUMBER(out_packets, 0),
H A Dnetflow.h257 Nfcount_t out_packets; /* Outgoing counter for the number of packets associated with an ip Flow */ member in struct:Netflow_s

Completed in 14 milliseconds