Searched refs:PF_BRIDGE (Results 1 – 3 of 3) sorted by relevance
313 #define PF_BRIDGE ((uint32_t)0x62726467) /* 'brdg' */ macro
2499 error = ifnet_attach_protocol(ifp, PF_BRIDGE, ®); in bridge_attach_protocol()2515 error = ifnet_detach_protocol(ifp, PF_BRIDGE); in bridge_detach_protocol()
8214 if (IFNET_IS_VMNET(ifp) && proto->protocol_family != PF_BRIDGE) { in dlil_attach_protocol()