Searched defs:packets (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/dsslib/netflow/
H A Dflow-dump.c48 Nflong_t packets; member in struct:Rec_1_s
84 Nflong_t packets; member in struct:Rec_5_s
118 Nflong_t packets; member in struct:Rec_7_s
295 swapmem(3, state->data + 16, &rp->packets, 16);
310 swapmem(3, state->data + 16, &rp->packets, 16);
326 swapmem(3, state->data + 16, &rp->packets, 16);
418 swapmem(3, &rp->packets, state->next + 16, 16);
435 swapmem(3, &rp->packets, state->next + 16, 16);
453 swapmem(3, &rp->packets, state->next + 16, 16);
H A Dnetflow.h201 Nflong_t packets; /* Packets sent in Duration */ member in struct:Netflow_s
229 Nfbyte_t tcp_retx_secs; /* # seconds between mis-sequenced packets (V1) */
230 Nfbyte_t tcp_misseq_cnt; /* # mis-sequenced tcp packets (V1) */
252 Nfcount_t in_packets; /* Incoming counter for the number of packets associated with an ip Flow */
257 Nfcount_t out_packets; /* Outgoing counter for the number of packets associated with an ip Flow */
260 Nfcount_t total_packets_exp;/* The number of packets exported by the observation domain */
322 Nfbyte_t min_ttl; /* Minimum TTL on incoming packets */
323 Nfbyte_t max_ttl; /* Maximum TTL on incoming packets */

Completed in 24 milliseconds