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

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dauth.h72 void auth_withpeer_fail (int, u16_t);
H A Dpap.c221 auth_withpeer_fail(u->us_unit, PPP_PAP);
303 auth_withpeer_fail(unit, PPP_PAP);
522 auth_withpeer_fail(u->us_unit, PPP_PAP);
H A Dchap.c350 auth_withpeer_fail(unit, PPP_CHAP);
679 auth_withpeer_fail(cstate->unit, PPP_CHAP);
H A Dauth.c364 void auth_withpeer_fail(int unit, u16_t protocol) function
368 AUTHDEBUG((LOG_INFO, "auth_withpeer_fail: %d proto=%X\n", unit, protocol));
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dauth.h88 void auth_withpeer_fail (int, u16_t);
H A Dpap.c229 auth_withpeer_fail(u->us_unit, PPP_PAP);
320 auth_withpeer_fail(unit, PPP_PAP);
542 auth_withpeer_fail(u->us_unit, PPP_PAP);
H A Dchap.c353 auth_withpeer_fail(unit, PPP_CHAP); /* lwip: just sets the PPP error code on this unit to PPPERR_AUTHFAIL */
702 auth_withpeer_fail(cstate->unit, PPP_CHAP); /* lwip: just sets the PPP error code on this unit to PPPERR_AUTHFAIL */
H A Dauth.c627 auth_withpeer_fail(int unit, u16_t protocol) function
633 AUTHDEBUG(LOG_INFO, ("auth_withpeer_fail: %d proto=%X\n", unit, protocol));

Completed in 157 milliseconds