Home
last modified time | relevance | path

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

/freebsd/sbin/ifconfig/
H A Difbridge.c64 static const char *stpproto[] = { STP_PROTOS }; variable
172 stpproto[params->ifbop_protocol], in bridge_status()
200 if (proto < nitems(stpproto)) in bridge_status()
201 printf(" proto %s", stpproto[proto]); in bridge_status()