Searched refs:print_flow_stats_cb (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/flowstat/ |
H A D | flowstat.c | 88 static ofmt_cb_t print_default_cb, print_flow_stats_cb; variable 108 { "FLOW", 15, FLOW_S_FLOW, print_flow_stats_cb}, 109 { "IPKTS", 8, FLOW_S_IPKTS, print_flow_stats_cb}, 110 { "RBYTES", 8, FLOW_S_RBYTES, print_flow_stats_cb}, 111 { "IERRS", 8, FLOW_S_IERRORS, print_flow_stats_cb}, 112 { "OPKTS", 8, FLOW_S_OPKTS, print_flow_stats_cb}, 113 { "OBYTES", 8, FLOW_S_OBYTES, print_flow_stats_cb}, 114 { "OERRS", 8, FLOW_S_OERRORS, print_flow_stats_cb}, 363 print_flow_stats_cb(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in print_flow_stats_cb() function
|