HomeSort by relevance Sort by last modified time
    Searched refs:auth_withpeer_fail (Results 1 - 9 of 9) sorted by null

  /external/syslinux/core/lwip/src/netif/ppp/
auth.h 88 void auth_withpeer_fail (int, u16_t);
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);
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 */
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));
    [all...]
  /external/ppp/pppd/
upap.c 213 auth_withpeer_fail(u->us_unit, PPP_PAP);
299 auth_withpeer_fail(unit, PPP_PAP);
542 auth_withpeer_fail(u->us_unit, PPP_PAP);
chap-new.c 525 auth_withpeer_fail(0, PPP_CHAP);
577 auth_withpeer_fail(0, PPP_CHAP);
eap.c 228 auth_withpeer_fail(esp->es_unit, PPP_EAP);
1029 auth_withpeer_fail(unit, PPP_EAP);
    [all...]
pppd.h 564 void auth_withpeer_fail __P((int, int));
    [all...]
auth.c 991 auth_withpeer_fail(unit, protocol) function
    [all...]

Completed in 92 milliseconds