Home
last modified time | relevance | path

Searched refs:send_byte (Results 1 – 1 of 1) sorted by relevance

/components/net/lwip-dhcpd/
A Ddhcp_server.c395 int send_byte = (dhcp_opt - (uint8_t *)msg); in dhcpd_thread_entry() local
396 _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() local
520 _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