Searched refs:auth_withpeer_fail (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | auth.h | 72 void auth_withpeer_fail (int, u16_t);
|
H A D | pap.c | 221 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 D | chap.c | 350 auth_withpeer_fail(unit, PPP_CHAP); 679 auth_withpeer_fail(cstate->unit, PPP_CHAP);
|
H A D | auth.c | 364 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 D | auth.h | 88 void auth_withpeer_fail (int, u16_t);
|
H A D | pap.c | 229 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 D | chap.c | 353 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 D | auth.c | 627 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