Home
last modified time | relevance | path

Searched refs:BSTP_PORT_NEWINFO (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.81.5/bsd/net/
H A Dbridgestp.c254 bp->bp_flags &= ~BSTP_PORT_NEWINFO; in bstp_transmit()
1073 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
1105 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
1159 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
1206 if (bp->bp_flags & BSTP_PORT_NEWINFO) { in bstp_update_roles()
1301 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_info()
1527 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_set_port_tc()
1583 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_set_timer_tc()
2128 if ((bp->bp_flags & BSTP_PORT_NEWINFO) || in bstp_hello_timer_expiry()
2133 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_hello_timer_expiry()
[all …]
H A Dbridgestp.h137 #define BSTP_PORT_NEWINFO 0x0002 macro