Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Ddhcp.h114 err_t dhcp_start(struct netif *netif);
H A Dnetifapi.h117 #define netifapi_dhcp_start(n) netifapi_netif_common(n, NULL, dhcp_start)
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Ddhcp.c475 dhcp_start(netif); in dhcp_coarse_tmr()
547 dhcp_start(netif); in dhcp_timeout()
755 dhcp_start(struct netif *netif) in dhcp_start() function
/btstack/3rd-party/lwip/core/
H A DCHANGELOG1169 * dhcp.c: fixed bug #36645: Calling dhcp_release before dhcp_start
2535 is big enough in dhcp_start
2591 * dhcp.c: fixed bug #24480 (releasing old udp_pdb and pbuf in dhcp_start)