Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dchap.c524 int secret_len, old_state; in ChapReceiveResponse() local
621 old_state = cstate->serverstate; in ChapReceiveResponse()
623 if (old_state == CHAPSS_INITIAL_CHAL) { in ChapReceiveResponse()
/lib/liblwip/src/api/
Dapi_msg.c350 enum netconn_state old_state; local
364 old_state = conn->state;
386 if ((old_state == NETCONN_WRITE) || (old_state == NETCONN_CLOSE) ||
387 (old_state == NETCONN_CONNECT)) {