Searched refs:BRIDGE_LOG (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.41.9/bsd/net/ |
| H A D | if_bridge.c | 219 #define BRIDGE_LOG(__level, __dbgf, __string, ...) \ macro 842 BRIDGE_LOG(LOG_NOTICE, 0, "%s %d", name, tag); in allocate_pf_tag() 1183 BRIDGE_LOG(LOG_NOTICE, 0, "0x%x forced", __flags); \ 1453 BRIDGE_LOG(LOG_NOTICE, 0, "ifnet_clone_attach failed %d", error); in bridgeattach() 1466 BRIDGE_LOG(LOG_NOTICE, 0, "ifnet_set_mtu failed %d", error); in bridge_ifnet_set_attrs() 1471 BRIDGE_LOG(LOG_NOTICE, 0, "ifnet_set_addrlen failed %d", error); in bridge_ifnet_set_attrs() 1476 BRIDGE_LOG(LOG_NOTICE, 0, "ifnet_set_hdrlen failed %d", error); in bridge_ifnet_set_attrs() 1484 BRIDGE_LOG(LOG_NOTICE, 0, "ifnet_set_flags failed %d", error); in bridge_ifnet_set_attrs() 1526 BRIDGE_LOG(LOG_NOTICE, 0, "bridge_rtable_init failed %d", error); in bridge_clone_create() 1557 BRIDGE_LOG(LOG_NOTICE, 0, "ifnet_allocate failed %d", error); in bridge_clone_create() [all …]
|