Home
last modified time | relevance | path

Searched defs:history_fields_buf_s (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/flowstat/
H A Dflowstat.c139 typedef struct history_fields_buf_s { struct
140 char history_flow[12];
141 char history_duration[10];
142 char history_ipackets[9];
143 char history_rbytes[10];
144 char history_opackets[9];
145 char history_obytes[10];
146 char history_bandwidth[15];
/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c414 typedef struct history_fields_buf_s { struct
415 char h_link[12];
416 char h_duration[10];
417 char h_ipackets[9];
418 char h_rbytes[10];
419 char h_opackets[9];
420 char h_obytes[10];
421 char h_bandwidth[15];