Home
last modified time | relevance | path

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

/kernel/liteos_a/net/lwip-2.1/enhancement/src/
Ddhcps.c108 LWIP_STATIC err_t dhcps_parse_options(struct pbuf *p, struct dhcps *dhcps);
753 err_t dhcps_parse_options(struct pbuf *p, struct dhcps *dhcps) in dhcps_parse_options() function
814 if (dhcps_parse_options(p, dhcps) != ERR_OK) { in dhcps_recv()