Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/ifconfig/
HDifbridge.c65 static const char *stproles[] = { STP_ROLES }; variable
205 if (role < nitems(stproles)) in bridge_status()
206 printf("role %s", stproles[role]); in bridge_status()