Lines Matching refs:NET_DBG
370 NET_DBG("Message creation failed"); in dhcpv4_create_message()
379 NET_DBG("force timeout dhcpv4=%p", dhcpv4); in dhcpv4_immediate_timeout()
389 NET_DBG("sched timeout dhcpv4=%p timeout=%us", dhcpv4, timeout); in dhcpv4_set_timeout()
408 NET_DBG("sched timeout dhcpv4=%p timeout=%us", dhcpv4, timeout); in dhcpv4_set_timeout_inc()
604 NET_DBG("send request dst=%s xid=0x%x ciaddr=%s%s%s timeout=%us", in dhcpv4_send_request()
646 NET_DBG("send discover xid=0x%x timeout=%us", in dhcpv4_send_discover()
701 NET_DBG("enter state=%s", in dhcpv4_enter_selecting()
709 NET_DBG("enter state=%s", in dhcpv4_enter_requesting()
748 NET_DBG("enter state=%s renewal=%us rebinding=%us", in dhcpv4_enter_bound()
763 NET_DBG("enter state=%s", in dhcpv4_enter_renewing()
771 NET_DBG("enter state=%s", in dhcpv4_enter_rebinding()
779 NET_DBG("iface %p dhcpv4=%p state=%s timeleft=%u", iface, in dhcpv4_manage_timers()
812 NET_DBG("too many attempts, restart"); in dhcpv4_manage_timers()
839 NET_DBG("Failed to remove addr from iface"); in dhcpv4_manage_timers()
878 NET_DBG("Waiting for %us", timeout_update); in dhcpv4_timeout()
903 NET_DBG("Vendor-specific options_end"); in dhcpv4_parse_option_vendor()
930 NET_DBG("option vendor callback, read err"); in dhcpv4_parse_option_vendor()
941 NET_DBG("Vendor-specific options_end (no code 255)"); in dhcpv4_parse_option_vendor()
971 NET_DBG("Incorrect magic cookie"); in dhcpv4_parse_options()
977 NET_DBG("options_end"); in dhcpv4_parse_options()
998 NET_DBG("option callback, read err"); in dhcpv4_parse_options()
1025 NET_DBG("options_subnet_mask %s", in dhcpv4_parse_options()
1049 NET_DBG("options_router: %s", in dhcpv4_parse_options()
1112 NET_DBG("options_dns, failed to set " in dhcpv4_parse_options()
1148 NET_DBG("options_log_server: %s", net_sprint_ipv4_addr(&log_server)); in dhcpv4_parse_options()
1173 NET_DBG("options_ntp_server: %s", in dhcpv4_parse_options()
1182 NET_DBG("options_vendor_specific"); in dhcpv4_parse_options()
1188 NET_DBG("options_vendor_specific, no callbacks"); in dhcpv4_parse_options()
1190 NET_DBG("options_vendor_specific, skip err"); in dhcpv4_parse_options()
1210 NET_DBG("options_lease_time: %u", in dhcpv4_parse_options()
1216 NET_DBG("options_renewal, bad length"); in dhcpv4_parse_options()
1223 NET_DBG("options_renewal, wrong value"); in dhcpv4_parse_options()
1227 NET_DBG("options_renewal: %u", in dhcpv4_parse_options()
1235 NET_DBG("options_rebinding, bad length"); in dhcpv4_parse_options()
1243 NET_DBG("options_rebinding, wrong value"); in dhcpv4_parse_options()
1247 NET_DBG("options_rebinding: %u", in dhcpv4_parse_options()
1255 NET_DBG("options_server_id, bad length"); in dhcpv4_parse_options()
1263 NET_DBG("options_server_id, read err"); in dhcpv4_parse_options()
1267 NET_DBG("options_server_id: %s", in dhcpv4_parse_options()
1272 NET_DBG("options_msg_type, bad length"); in dhcpv4_parse_options()
1280 NET_DBG("options_msg_type, read err"); in dhcpv4_parse_options()
1290 NET_DBG("option unknown: %d", type); in dhcpv4_parse_options()
1292 NET_DBG("option unknown, handled by callback: %d", type); in dhcpv4_parse_options()
1296 NET_DBG("option unknown, skip err"); in dhcpv4_parse_options()
1369 NET_DBG("Failed to add IPv4 addr to iface %p", iface); in dhcpv4_handle_msg_ack()
1415 NET_DBG("Failed to remove addr from iface"); in dhcpv4_handle_msg_nak()
1429 NET_DBG("state=%s msg=%s", in dhcpv4_handle_reply()
1444 NET_DBG("ignore message"); in dhcpv4_handle_reply()
1462 NET_DBG("Invalid connection"); in net_dhcpv4_input()
1467 NET_DBG("Invalid packet"); in net_dhcpv4_input()
1473 NET_DBG("no iface"); in net_dhcpv4_input()
1479 NET_DBG("Input msg is not related to DHCPv4"); in net_dhcpv4_input()
1495 NET_DBG("Received dhcp msg [op=0x%x htype=0x%x hlen=%u xid=0x%x " in net_dhcpv4_input()
1500 NET_DBG(" ciaddr=%d.%d.%d.%d", in net_dhcpv4_input()
1502 NET_DBG(" yiaddr=%d.%d.%d.%d", in net_dhcpv4_input()
1504 NET_DBG(" siaddr=%d.%d.%d.%d", in net_dhcpv4_input()
1506 NET_DBG(" giaddr=%d.%d.%d.%d]", in net_dhcpv4_input()
1516 NET_DBG("Unexpected op (%d), xid (%x vs %x) or chaddr", in net_dhcpv4_input()
1522 NET_DBG("Unexpected hlen (%d)", msg->hlen); in net_dhcpv4_input()
1530 NET_DBG("short packet while skipping sname"); in net_dhcpv4_input()
1571 NET_DBG("Interface %p going down", iface); in dhcpv4_iface_event_handler()
1576 NET_DBG("enter state=%s", net_dhcpv4_state_name( in dhcpv4_iface_event_handler()
1580 NET_DBG("Failed to remove addr from iface"); in dhcpv4_iface_event_handler()
1584 NET_DBG("Interface %p coming up", iface); in dhcpv4_iface_event_handler()
1638 NET_DBG("Conflict on DHCP assigned address %s, starting over", in dhcpv4_acd_event_handler()
1695 NET_DBG("iface %p state=%s", iface, in dhcpv4_start_internal()
1720 NET_DBG("wait timeout=%us", timeout); in dhcpv4_start_internal()
1831 NET_DBG("Failed to remove addr from iface"); in net_dhcpv4_stop()
1841 NET_DBG("state=%s", in net_dhcpv4_stop()
1877 NET_DBG(""); in net_dhcpv4_init()
1892 NET_DBG("UDP callback registration failed"); in net_dhcpv4_init()