Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Dudp.c769 u8_t rebind; local
775 rebind = 0;
781 LWIP_ASSERT("rebind == 0", rebind == 0);
783 rebind = 1;
823 if (rebind == 0) {
/lib/liblwip/
DCHANGELOG1344 * dhcp.c: patch #6764: DHCP rebind and renew did not send hostnam option;