Lines Matching refs:NET_DBG
61 NET_DBG("No such interface \"any\", cannot init interface %d", in iface_init()
67 NET_DBG("The \"any\" interface %d is wrong type", ifindex); in iface_init()
92 NET_DBG("Cannot hook into interface %d (%d)", in iface_init()
97 NET_DBG("Interface %d attached on top of %d", in iface_init()
124 NET_DBG("Starting iface %d", net_if_get_by_iface(ctx->iface)); in interface_start()
139 NET_DBG("Stopping iface %d", net_if_get_by_iface(ctx->iface)); in interface_stop()
157 NET_DBG("Capture pkt %p for interface %d", pkt, net_if_get_by_iface(iface)); in interface_recv()
169 NET_DBG("Handler found for packet type 0x%04x", ptype); in interface_recv()
184 NET_DBG("No handler found for packet type 0x%04x", ptype); in interface_recv()
216 NET_DBG("Adding link type %u", config->link_types.type[i]); in interface_set_config()
231 NET_DBG("Interface %d MTU set to %d", in interface_set_config()
349 NET_DBG("Cannot write sll%s header (%d)", in create_sll_header()
382 NET_DBG("Cannot allocate %s", "net_pkt"); in net_capture_data()
394 NET_DBG("Cannot allocate %s %zd bytes (%d)", "net_buf for", in net_capture_data()
409 NET_DBG("No such device %s found, data not captured!", in net_capture_data()
424 NET_DBG("Cannot write %s %zd bytes (%d)", "header", in net_capture_data()
432 NET_DBG("Cannot write %s %zd bytes (%d)", "payload", in net_capture_data()