Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dbridgestp.c80 #define BSTP_PORT_CANMIGRATE 0x0001 macro
625 if (bp->bp_flags & BSTP_PORT_CANMIGRATE) in bstp_input()
1437 bp->bp_flags &= ~BSTP_PORT_CANMIGRATE; in bstp_set_port_proto()
1823 bp->bp_flags |= BSTP_PORT_CANMIGRATE; in bstp_migrate_delay_expiry()
H A Dif_bridge.h245 #define BSTP_PORT_CANMIGRATE 0x0001 macro