Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dsocket_private.h315 #define PF_BRIDGE ((uint32_t)0x62726467) /* 'brdg' */ macro
/xnu-12377.41.6/bsd/net/
H A Dif_bridge.c1615 error = ifnet_attach_protocol_v2(ifp, PF_BRIDGE, &reg); in bridge_interface_attach_protocol()
1627 (void)ifnet_detach_protocol(ifp, PF_BRIDGE); in bridge_interface_detach_protocol()
2656 error = ifnet_attach_protocol(ifp, PF_BRIDGE, &reg); in bridge_attach_protocol()
2672 error = ifnet_detach_protocol(ifp, PF_BRIDGE); in bridge_detach_protocol()
H A Ddlil.c4442 if (IFNET_IS_VMNET(ifp) && proto->protocol_family != PF_BRIDGE) { in dlil_attach_protocol()