Searched refs:BRIDGE_LOG (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/bsd/net/ |
| H A D | if_bridge.c | 221 #define BRIDGE_LOG(__level, __dbgf, __string, ...) \ macro 844 BRIDGE_LOG(LOG_NOTICE, 0, "%s %d", name, tag); in allocate_pf_tag() 1184 BRIDGE_LOG(LOG_NOTICE, 0, "0x%x forced", __flags); \ 1464 BRIDGE_LOG(LOG_NOTICE, 0, "ifnet_clone_attach failed %d", error); in bridgeattach() 1477 BRIDGE_LOG(LOG_NOTICE, 0, "ifnet_set_mtu failed %d", error); in bridge_ifnet_set_attrs() 1482 BRIDGE_LOG(LOG_NOTICE, 0, "ifnet_set_addrlen failed %d", error); in bridge_ifnet_set_attrs() 1487 BRIDGE_LOG(LOG_NOTICE, 0, "ifnet_set_hdrlen failed %d", error); in bridge_ifnet_set_attrs() 1495 BRIDGE_LOG(LOG_NOTICE, 0, "ifnet_set_flags failed %d", error); in bridge_ifnet_set_attrs() 1537 BRIDGE_LOG(LOG_NOTICE, 0, "bridge_rtable_init failed %d", error); in bridge_clone_create() 1568 BRIDGE_LOG(LOG_NOTICE, 0, "ifnet_allocate failed %d", error); in bridge_clone_create() [all …]
|