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

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dauth.h79 void auth_reset (int); /* check what secrets we have */
H A Dauth.c466 * auth_reset - called when LCP is starting negotiations to recheck
470 void auth_reset(int unit) function
477 AUTHDEBUG((LOG_INFO, "auth_reset: %d\n", unit));
H A Dlcp.c479 auth_reset(f->unit);
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dauth.h97 void auth_reset (int);
H A Dauth.c823 * auth_reset - called when LCP is starting negotiations to recheck
828 auth_reset(int unit) function
835 AUTHDEBUG(LOG_INFO, ("auth_reset: %d\n", unit));
H A Dlcp.c524 auth_reset(f->unit);

Completed in 1814 milliseconds