Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dbridgestp.h140 #define BSTP_PORT_AUTOEDGE 0x0010 macro
H A Dbridgestp.c1816 bp->bp_flags |= BSTP_PORT_AUTOEDGE; in bstp_set_autoedge()
1822 bp->bp_flags &= ~BSTP_PORT_AUTOEDGE; in bstp_set_autoedge()
2157 if ((bp->bp_flags & BSTP_PORT_AUTOEDGE) && in bstp_edge_delay_expiry()
2359 bp->bp_flags = BSTP_PORT_AUTOEDGE | BSTP_PORT_AUTOPTP; in bstp_create()
H A Dif_bridge.c3006 if (bp->bp_flags & BSTP_PORT_AUTOEDGE) { in bridge_ioctl_gifflags()