Searched refs:packets (Results 1 - 5 of 5) 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 Dflow-flat.c114 rp->packets = strtoul(b, &a, 10);
191 , rp->packets
230 "Cisco netflow flat format (2008-06-21) |-separated, \\n-terminated record of these fields: src_addr, dst_addr, hop, input, output, packets, bytes, first, last, src_port, dst_port, flags, tcp_flags, prot, tos, src_as, dst_as, src_mask, dst_mask, flow_sequence",
H A Dflow-tool.c64 u_int32 pdu_misordered; /* # of detected misordered packets */
375 rp->packets = R1(fp)->dPkts;
406 rp->packets = R5(fp)->dPkts;
443 rp->packets = R6(fp)->dPkts;
480 rp->packets = R7(fp)->dPkts;
H A Dnetflow.c77 CXV("in_packets", "number", NETFLOW_in_packets, "Incoming counter for the number of packets associated with an ip Flow.")
83 CXV("max_ttl", "number", NETFLOW_max_ttl, "Maximum TTL on incoming packets.")
85 CXV("min_ttl", "number", NETFLOW_min_ttl, "Minimum TTL on incoming packets.")
105 CXV("out_packets", "number", NETFLOW_out_packets, "Outgoing counter for the number of packets associated with an ip Flow.")
108 CXV("packets", "number", NETFLOW_packets, "Number of packets in flow.")
134 CXV("tcp_misseq_cnt", "number", NETFLOW_tcp_misseq_cnt, "Number of mis-sequenced tcp packets (V1).")
136 CXV("tcp_retx_secs", "number", NETFLOW_tcp_retx_secs, "Number of seconds between mis-sequenced packets (V1).")
141 CXV("total_packets_exp", "number", NETFLOW_total_packets_exp, "The number of packets exported by the observation domain.")
352 r->value.number = rp->in_packets ? rp->in_packets : rp->packets;
[all...]
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 209 milliseconds