Lines Matching full:server
3 * A simple DHCP server implementation
55 /* DHCP server option */
65 /* the DHCP server address */
229 /* our DHCP server information */ in dhcpd_thread_entry()
244 DEBUG_PRINTF("DHCP server IP: %d.%d.%d.%d client IP: %d.%d.%d.%d-%d\n", in dhcpd_thread_entry()
270 /* initialize server address */ in dhcpd_thread_entry()
276 /* bind socket to the server address */ in dhcpd_thread_entry()
281 DEBUG_PRINTF("bind server address failed, errno=%d\n", errno); in dhcpd_thread_entry()
287 DEBUG_PRINTF("DHCP server listen on port %d...\n", DHCP_SERVER_PORT); in dhcpd_thread_entry()
374 DEBUG_PRINTF("DHCP server send %d byte\n", send_byte); in dhcpd_thread_entry()
443 // DHCP_OPTION_DNS_SERVER, use the default DNS server address in lwIP in dhcpd_thread_entry()
498 DEBUG_PRINTF("DHCP server send %d byte\n", send_byte); in dhcpd_thread_entry()