Searched refs:DEBUG_PRINTF (Results 1 – 2 of 2) sorted by relevance
| /components/net/lwip-dhcpd/ |
| A D | dhcp_server.c | 73 #define DEBUG_PRINTF rt_kprintf("[DHCP] "); rt_kprintf macro 75 #define DEBUG_PRINTF(...) macro 184 DEBUG_PRINTF("mac address all zero"); in get_ip() 192 DEBUG_PRINTF("mac address all one"); in get_ip() 221 DEBUG_PRINTF("create new ip: %d\n", (int)ip_addr_3); in get_ip() 222 DEBUG_PRINTF("next_client_ip %d\n", next_client_ip); in get_ip() 271 DEBUG_PRINTF("Out of memory\n"); in dhcpd_thread_entry() 406 DEBUG_PRINTF("request DHCP_DISCOVER\n"); in dhcpd_thread_entry() 407 DEBUG_PRINTF("reply DHCP_OFFER\n"); in dhcpd_thread_entry() 432 DEBUG_PRINTF("request DHCP_REQUEST\n"); in dhcpd_thread_entry() [all …]
|
| A D | dhcp_server_raw.c | 79 #define DEBUG_PRINTF rt_kprintf("[DHCP] "); rt_kprintf macro 81 #define DEBUG_PRINTF(...) macro 677 DEBUG_PRINTF("%s: %s\r\n", __FUNCTION__, netif_name); in dhcpd_start() 682 DEBUG_PRINTF("network interface name too long!\r\n"); in dhcpd_start() 694 DEBUG_PRINTF("network interface: %s not found!\r\n", netif_name); in dhcpd_start() 729 DEBUG_PRINTF("DHCPD_SERVER_IP: %s error!\r\n", str_tmp); in dhcpd_start() 736 DEBUG_PRINTF("ip_start: [%s]\r\n", str_tmp); in dhcpd_start() 739 DEBUG_PRINTF("ip_end: [%s]\r\n", str_tmp); in dhcpd_start() 744 DEBUG_PRINTF("dhcp_server_start res: %s.\r\n", res); in dhcpd_start() 759 DEBUG_PRINTF("%s: %s\r\n", __FUNCTION__, netif_name); in dhcpd_stop() [all …]
|
Completed in 4 milliseconds