Searched refs:print_aggr_stats_cb (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/dladm/ |
H A D | dladm.c | 194 static ofmt_cb_t print_xaggr_cb, print_aggr_stats_cb; variable 781 { "LINK", 12, AGGR_S_LINK, print_aggr_stats_cb}, 782 { "PORT", 10, AGGR_S_PORT, print_aggr_stats_cb}, 783 { "IPACKETS", 8, AGGR_S_IPKTS, print_aggr_stats_cb}, 784 { "RBYTES", 8, AGGR_S_RBYTES, print_aggr_stats_cb}, 785 { "OPACKETS", 8, AGGR_S_OPKTS, print_aggr_stats_cb}, 786 { "OBYTES", 8, AGGR_S_OBYTES, print_aggr_stats_cb}, 787 { "IPKTDIST", 9, AGGR_S_IPKTDIST, print_aggr_stats_cb}, 788 { "OPKTDIST", 15, AGGR_S_OPKTDIST, print_aggr_stats_cb}, 3175 print_aggr_stats_cb(ofmt_arg_ function [all...] |
Completed in 194 milliseconds