Home
last modified time | relevance | path

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

/src/sys/net/
H A Dbridgestp.c190 bp->bp_flags &= ~BSTP_PORT_NEWINFO; in bstp_transmit()
963 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
995 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
1049 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
1092 if (bp->bp_flags & BSTP_PORT_NEWINFO) in bstp_update_roles()
1178 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_info()
1400 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_set_port_tc()
1453 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_set_timer_tc()
1978 if ((bp->bp_flags & BSTP_PORT_NEWINFO) || in bstp_hello_timer_expiry()
1983 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_hello_timer_expiry()
[all …]
H A Dbridgestp.h107 #define BSTP_PORT_NEWINFO 0x0002 macro