Home
last modified time | relevance | path

Searched refs:BSTP_PORT_ADMEDGE (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dbridgestp.h142 #define BSTP_PORT_ADMEDGE 0x0040 macro
H A Dbridgestp.c1801 bp->bp_flags &= ~BSTP_PORT_ADMEDGE; in bstp_set_edge()
1803 bp->bp_flags |= BSTP_PORT_ADMEDGE; in bstp_set_edge()
2002 if ((bp->bp_flags & BSTP_PORT_ADMEDGE) && in bstp_ifupdstatus()
H A Dif_bridge.c2757 if (bp->bp_flags & BSTP_PORT_ADMEDGE) { in bridge_ioctl_gifflags()