Home
last modified time | relevance | path

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

/components/net/lwip-dhcpd/
A Ddhcp_server_raw.c129 static u8_t *dhcp_server_option_find(u8_t *buf, u16_t len, u8_t option);
206 opt = dhcp_server_option_find(opt_buf, len, DHCP_OPTION_REQUESTED_IP); in dhcp_client_find()
242 opt = dhcp_server_option_find(opt_buf, len, DHCP_OPTION_REQUESTED_IP); in dhcp_client_alloc()
287 dhcp_server_option_find(u8_t *buf, u16_t len, u8_t option) in dhcp_server_option_find() function
368 opt = dhcp_server_option_find(opt_buf, length, DHCP_OPTION_MESSAGE_TYPE); in dhcp_server_recv()

Completed in 8 milliseconds