Searched refs:BRIOC_SETSTATE (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/net/ |
H A D | bridge.h | 52 #define BRIOC_SETSTATE _BRIOC(4) /* bridge_setstate_t */ macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | events.c | 471 if (strioctl(control_fd, BRIOC_SETSTATE, &bss, in handle_control() 538 if (strioctl(control_fd, BRIOC_SETSTATE, &bss, in receive_packet() 584 if (strioctl(control_fd, BRIOC_SETSTATE, &bss, sizeof (bss)) == -1) in enable_forwarding()
|
H A D | rstp.c | 199 if (strioctl(control_fd, BRIOC_SETSTATE, &bss, sizeof (bss)) == -1) { in set_port_state() 511 if (strioctl(control_fd, BRIOC_SETSTATE, &bss, sizeof (bss)) == -1) { in rstp_add_port()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | bridge.c | 3148 case BRIOC_SETSTATE: { in bridge_ioctl()
|