Searched refs:print_lacp_cb (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/dladm/ |
H A D | dladm.c | 191 static ofmt_cb_t print_lacp_cb, print_phys_one_mac_cb; variable 806 { "LINK", 12, AGGR_L_LINK, print_lacp_cb}, 807 { "PORT", 13, AGGR_L_PORT, print_lacp_cb}, 808 { "AGGREGATABLE", 13, AGGR_L_AGGREGATABLE, print_lacp_cb}, 809 { "SYNC", 5, AGGR_L_SYNC, print_lacp_cb}, 810 { "COLL", 5, AGGR_L_COLL, print_lacp_cb}, 811 { "DIST", 5, AGGR_L_DIST, print_lacp_cb}, 812 { "DEFAULTED", 10, AGGR_L_DEFAULTED, print_lacp_cb}, 813 { "EXPIRED", 15, AGGR_L_EXPIRED, print_lacp_cb}, 3086 print_lacp_cb(ofmt_arg_t *ofarg, char *buf, uint_t bufsize) in print_lacp_cb() function
|