Home
last modified time | relevance | path

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

/src/sbin/ifconfig/
H A Difbridge.c68 static const char *stpproto[] = { STP_PROTOS }; variable
235 stpproto[params->ifbop_protocol], in bridge_status()
269 if (proto < nitems(stpproto)) in bridge_status()
270 printf(" proto %s", stpproto[proto]); in bridge_status()