Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/dladm/
H A Ddladm.c192 static ofmt_cb_t print_xaggr_cb, print_aggr_stats_cb; variable
779 { "LINK", 12, AGGR_S_LINK, print_aggr_stats_cb},
780 { "PORT", 10, AGGR_S_PORT, print_aggr_stats_cb},
781 { "IPACKETS", 8, AGGR_S_IPKTS, print_aggr_stats_cb},
782 { "RBYTES", 8, AGGR_S_RBYTES, print_aggr_stats_cb},
783 { "OPACKETS", 8, AGGR_S_OPKTS, print_aggr_stats_cb},
784 { "OBYTES", 8, AGGR_S_OBYTES, print_aggr_stats_cb},
785 { "IPKTDIST", 9, AGGR_S_IPKTDIST, print_aggr_stats_cb},
786 { "OPKTDIST", 15, AGGR_S_OPKTDIST, print_aggr_stats_cb},
3173 print_aggr_stats_cb(ofmt_arg_t *ofarg, char *buf, uint_t bufsize) in print_aggr_stats_cb() function