Searched refs:BRIDGE_LOG (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | if_bridge.c | 219 #define BRIDGE_LOG(__level, __dbgf, __string, ...) \ macro 841 BRIDGE_LOG(LOG_NOTICE, 0, "%s %d", name, tag); in allocate_pf_tag() 1182 BRIDGE_LOG(LOG_NOTICE, 0, "0x%x forced", __flags); \ 1452 BRIDGE_LOG(LOG_NOTICE, 0, "ifnet_clone_attach failed %d", error); in bridgeattach() 1465 BRIDGE_LOG(LOG_NOTICE, 0, "ifnet_set_mtu failed %d", error); in bridge_ifnet_set_attrs() 1470 BRIDGE_LOG(LOG_NOTICE, 0, "ifnet_set_addrlen failed %d", error); in bridge_ifnet_set_attrs() 1475 BRIDGE_LOG(LOG_NOTICE, 0, "ifnet_set_hdrlen failed %d", error); in bridge_ifnet_set_attrs() 1483 BRIDGE_LOG(LOG_NOTICE, 0, "ifnet_set_flags failed %d", error); in bridge_ifnet_set_attrs() 1530 BRIDGE_LOG(LOG_NOTICE, 0, "bridge_rtable_init failed %d", error); in bridge_clone_create() 1561 BRIDGE_LOG(LOG_NOTICE, 0, "ifnet_allocate failed %d", error); in bridge_clone_create() [all …]
|