Searched refs:BFF_LOCALADDR (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dbridge_impl.h231 #define BFF_LOCALADDR 0x0002 /* address is known to mac layer */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c434 (bfp->bf_flags & BFF_LOCALADDR) != 0;
1105 bfnew->bf_flags |= (BFF_INTREE | BFF_LOCALADDR);
1434 if (!(bfp->bf_flags & BFF_LOCALADDR) &&
1594 if (bfp->bf_flags & BFF_LOCALADDR) {
1976 if (bfp->bf_flags & BFF_LOCALADDR) {
1991 if (mp != NULL && is_xmit && (bfp->bf_flags & BFF_LOCALADDR)) {
2653 if (bfp->bf_flags & BFF_LOCALADDR)
3258 if (bfp->bf_flags & BFF_LOCALADDR)
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c1387 if (bfp->bf_flags & BFF_LOCALADDR)

Completed in 157 milliseconds