Home
last modified time | relevance | path

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

/lk-master/lib/minip/
A Ddhcp.c43 udp_socket_t *dhcp_udp_handle; variable
115 udp_send(&s.msg, sizeof(dhcp_msg_t) + (opt - s.opt), dhcp_udp_handle); in dhcp_discover()
116 status_t ret = udp_send(&s.msg, sizeof(dhcp_msg_t) + (opt - s.opt), dhcp_udp_handle); in dhcp_discover()
161 status_t ret = udp_send(&s.msg, sizeof(dhcp_msg_t) + (opt - s.opt), dhcp_udp_handle); in dhcp_request()
272 int ret = udp_open(IPV4_BCAST, DHCP_CLIENT_PORT, DHCP_SERVER_PORT, &dhcp_udp_handle); in minip_init_dhcp()

Completed in 2 milliseconds