Searched refs:bp_role (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/net/
H A Dbridgestp.c173 switch (bp->bp_role) {
419 switch (bp->bp_role) {
908 bp2->bp_role == BSTP_ROLE_ROOT)) {
923 switch (bp->bp_role) {
1077 if ((bp->bp_role != BSTP_ROLE_DESIGNATED &&
1078 bp->bp_role != BSTP_ROLE_ROOT) || bp->bp_operedge)
1104 else if (bp->bp_role != BSTP_ROLE_DESIGNATED &&
1105 bp->bp_role != BSTP_ROLE_ROOT &&
1109 if ((bp->bp_role == BSTP_ROLE_DESIGNATED ||
1110 bp->bp_role
[all...]
H A Dbridgestp.h307 uint8_t bp_role; member in struct:bstp_port
H A Dif_bridge.c1198 req->ifbr_role = bp->bp_role;

Completed in 91 milliseconds