Searched refs:eap_client_timeout (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Deap.c205 * eap_client_timeout - Give up waiting for the peer to send any
208 static void eap_client_timeout(void *arg) { function
241 TIMEOUT(eap_client_timeout, pcb,
967 UNTIMEOUT(eap_client_timeout, pcb);
1339 UNTIMEOUT(eap_client_timeout, pcb);
1703 UNTIMEOUT(eap_client_timeout, pcb);
1704 TIMEOUT(eap_client_timeout, pcb,
1713 UNTIMEOUT(eap_client_timeout, (void *)esp);
2028 UNTIMEOUT(eap_client_timeout, pcb);
2053 UNTIMEOUT(eap_client_timeout, pc
[all...]

Completed in 83 milliseconds