Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/net/
H A Dbridgestp.h141 #define BSTP_PORT_AUTOPTP 0x0020 macro
H A Dbridgestp.c1846 bp->bp_flags |= BSTP_PORT_AUTOPTP; in bstp_set_autoptp()
1851 bp->bp_flags &= ~BSTP_PORT_AUTOPTP; in bstp_set_autoptp()
1985 if (bp->bp_flags & BSTP_PORT_AUTOPTP) { in bstp_ifupdstatus()
2359 bp->bp_flags = BSTP_PORT_AUTOEDGE | BSTP_PORT_AUTOPTP; in bstp_create()
H A Dif_bridge.c3012 if (bp->bp_flags & BSTP_PORT_AUTOPTP) { in bridge_ioctl_gifflags()