Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_bridge.c408 #define BIFF_NETAGENT_REMOVED 0x2000 /* we removed the netagent */ macro
2402 if ((bif->bif_flags & BIFF_NETAGENT_REMOVED) != 0) { in bridge_delete_member()
2404 bif->bif_flags &= ~BIFF_NETAGENT_REMOVED; in bridge_delete_member()
2636 bif->bif_flags |= BIFF_NETAGENT_REMOVED; in bridge_ioctl_add()