Searched refs:bytes (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/dsslib/netflow/
H A Dflow-flat.c117 rp->bytes = strtoul(a, &b, 10);
192 , rp->bytes
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-dump.c49 Nflong_t bytes; member in struct:Rec_1_s
85 Nflong_t bytes; member in struct:Rec_5_s
119 Nflong_t bytes; member in struct:Rec_7_s
H A Dflow-tool.c150 u_int8 in_encaps; /* size in bytes of the input encapsulation */
151 u_int8 out_encaps; /* size in bytes of the output encapsulation */
376 rp->bytes = R1(fp)->dOctets;
407 rp->bytes = R5(fp)->dOctets;
444 rp->bytes = R6(fp)->dOctets;
481 rp->bytes = R7(fp)->dOctets;
H A Dnetflow.h202 Nflong_t bytes; /* Bytes sent in Duration. */ member in struct:Netflow_s
253 Nfcount_t in_bytes; /* Incoming counter for the number of bytes associated with an ip Flow */
256 Nfcount_t out_bytes; /* Outgoing counter for the number of bytes associated with an ip Flow */
259 Nfcount_t total_bytes_exp;/* The number of bytes exported by the observation domain */
H A Dnetflow.c35 CXV("bytes", "number", NETFLOW_bytes, "Bytes sent in duration (synthesized).")
73 CXV("in_bytes", "number", NETFLOW_in_bytes, "Incoming counter for the number of bytes associated with an ip Flow.")
103 CXV("out_bytes", "number", NETFLOW_out_bytes, "Outgoing counter for the number of bytes associated with an ip Flow.")
139 CXV("total_bytes_exp", "number", NETFLOW_total_bytes_exp, "The number of bytes exported by the observation domain.")
186 r->value.number = rp->bytes ? rp->bytes : rp->in_bytes;
/ast/src/cmd/pax/
H A Dtar.sh60 [b:block-size]:[N?block size of Nx512 bytes (default N=20).]
71 [L:tape-length]:[N?Change tapes after writing N*1024 bytes.]
/ast/src/cmd/std/
H A Dls.c85 " [+dir.bytes?directory size in bytes]"
103 " [+size?file size in bytes]"
106 " [+total.bytes?running total size in bytes]"
310 Sfulong_t bytes; /* number of bytes */ member in struct:__anon229
373 { "dir.bytes", KEY_dir_bytes },
393 { "total.bytes", KEY_total_bytes },
568 n = lp->count.bytes;
[all...]
/ast/src/cmd/re/
H A Ded.c179 unsigned long bytes; member in struct:__anon200
227 ed.bytes = 0;
597 ed.bytes += n;
866 sfprintf(ed.msg, "\"%s\" %lu line%s, %lu character%s", error_info.file, ed.lines, plural(ed.lines), ed.bytes, plural(ed.bytes));
878 sfprintf(ed.msg, "%d\n", ed.bytes);
906 ed.bytes = 0;
912 ed.bytes += n;
1181 ed.bytes = 0;
1241 ed.bytes
[all...]
/ast/src/cmd/INIT/
H A Dpackage.sh4152 '') echo "$3 ($4 bytes):" >&2
4225 echo $command: $3: download error: expected $4 bytes, got $z >&2
4243 *) echo "$3 ($4 bytes)" >&2

Completed in 46 milliseconds