Lines Matching refs:bridge
1 /* brctl.c - ethernet bridge control
25 setfd BRIDGE TIME Set bridge forward delay
30 setbridgeprio BRIDGE PRIO Set bridge priority
43 static void get_ports(char *bridge, int *indices)
52 xstrncpy(ifr.ifr_name, bridge, IFNAMSIZ);
58 void get_br_info(char *bridge, struct __bridge_info *info)
65 xstrncpy(ifr.ifr_name, bridge, IFNAMSIZ);
69 perror_msg("%s: can't get info %s\n", bridge, strerror(errno));
84 printf("bridge name\tbridge id\t\tSTP enabled\tinterfaces\n");
271 if (i >= MAX_BRIDGES) error_exit("%s not in bridge", port);