Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Drstp.c291 cfg->admin_non_stp = DEF_ADMIN_NON_STP; in get_init_port_cfg()
307 cfg->admin_non_stp = !propval; in get_init_port_cfg()
344 pdp->admin_non_stp = cfg->admin_non_stp; in get_init_port_cfg()
345 if (!pdp->admin_non_stp) in get_init_port_cfg()
505 } else if (portcfg.admin_non_stp) { in rstp_add_port()
H A Dglobal.h55 boolean_t admin_non_stp; /* copy of STP library config */ member
H A Ddoor.c144 else if (pdp->admin_non_stp && pdp->bpdu_protect) in bridge_door_server()
H A Ddlpi.c124 if (port->admin_non_stp && port->bpdu_protect) { in dlpi_notify()
H A Devents.c465 if (port->admin_non_stp) { in handle_control()
528 if (port->admin_non_stp && !port->bpdu_protect) { in receive_packet()
/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_in.c326 uid_cfg->admin_non_stp = port->admin_non_stp; in STP_IN_port_get_cfg()
327 if (uid_cfg->admin_non_stp != DEF_ADMIN_NON_STP) in STP_IN_port_get_cfg()
858 if (port->roletrns->debug && port->admin_non_stp != uid_cfg->admin_non_stp) { in STP_IN_port_set_cfg()
861 uid_cfg->admin_non_stp ? 'Y' : 'n'); in STP_IN_port_set_cfg()
864 port->admin_non_stp = uid_cfg->admin_non_stp; in STP_IN_port_set_cfg()
H A Dtransmit.c133 if (this->owner.port->admin_non_stp) return 1; in txTcn()
189 if (port->admin_non_stp) return 1; in txConfig()
232 if (port->admin_non_stp) return 1; in txRstp()
H A Drolesel.c157 if (port->admin_non_stp) { in updtRootPrio()
213 if (port->admin_non_stp) { in updtRolesBridge()
247 if (port->admin_non_stp) { in updtRolesBridge()
H A Dport.c69 this->admin_non_stp = port_cfg.admin_non_stp; in STP_port_create()
H A Dportinfo.c291 if (port->admin_non_stp) return; in STP_info_rx_bpdu()
300 if (port->admin_non_stp) return; in STP_info_rx_bpdu()
310 if (port->admin_non_stp) return; in STP_info_rx_bpdu()
H A Duid_stp.h151 unsigned char admin_non_stp; /* 1- doesn't participate in STP, 1 - regular */ member
H A Dport.h142 Bool admin_non_stp; member
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c1378 *valuep = !portcfg.admin_non_stp; in dladm_bridge_get_port_cfg()