Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dbridge.h52 #define BRIOC_SETSTATE _BRIOC(4) /* bridge_setstate_t */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Devents.c471 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 Drstp.c199 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()
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c3163 case BRIOC_SETSTATE: { in bridge_ioctl()