Home
last modified time | relevance | path

Searched refs:print_aggr_stats_cb (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c205 static ofmt_cb_t print_xaggr_cb, print_aggr_stats_cb; variable
811 { "LINK", 12, AGGR_S_LINK, print_aggr_stats_cb},
812 { "PORT", 10, AGGR_S_PORT, print_aggr_stats_cb},
813 { "IPACKETS", 8, AGGR_S_IPKTS, print_aggr_stats_cb},
814 { "RBYTES", 8, AGGR_S_RBYTES, print_aggr_stats_cb},
815 { "OPACKETS", 8, AGGR_S_OPKTS, print_aggr_stats_cb},
816 { "OBYTES", 8, AGGR_S_OBYTES, print_aggr_stats_cb},
817 { "IPKTDIST", 9, AGGR_S_IPKTDIST, print_aggr_stats_cb},
818 { "OPKTDIST", 15, AGGR_S_OPKTDIST, print_aggr_stats_cb},
3305 print_aggr_stats_cb(ofmt_arg_t *ofarg, char *buf, uint_t bufsize) in print_aggr_stats_cb() function