Searched refs:send_byte (Results 1 – 1 of 1) sorted by relevance
395 int send_byte = (dhcp_opt - (uint8_t *)msg); in dhcpd_thread_entry() local396 _low_level_dhcp_send(netif, msg, send_byte); in dhcpd_thread_entry()397 DEBUG_PRINTF("DHCP server send %d byte\n", send_byte); in dhcpd_thread_entry()519 int send_byte = (dhcp_opt - (uint8_t *)msg); in dhcpd_thread_entry() local520 _low_level_dhcp_send(netif, msg, send_byte); in dhcpd_thread_entry()521 DEBUG_PRINTF("DHCP server send %d byte\n", send_byte); in dhcpd_thread_entry()
Completed in 3 milliseconds