Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Difbridge.c71 static const char *stproles[] = { STP_ROLES }; variable
183 if (req->ifbr_role < nitems(stproles)) in bridge_interfaces()
184 printf("role %s", stproles[req->ifbr_role]); in bridge_interfaces()