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

  /external/syslinux/core/lwip/src/netif/ppp/
auth.h 91 void auth_withpeer_success (int, u16_t);
pap.c 500 auth_withpeer_success(u->us_unit, PPP_PAP);
auth.c 651 auth_withpeer_success(int unit, u16_t protocol) function
655 AUTHDEBUG(LOG_INFO, ("auth_withpeer_success: %d proto=%X\n", unit, protocol));
    [all...]
chap.c 670 auth_withpeer_success(cstate->unit, PPP_CHAP);
  /external/ppp/pppd/
upap.c 501 auth_withpeer_success(u->us_unit, PPP_PAP, 0);
chap-new.c 521 auth_withpeer_success(0, PPP_CHAP, cs->digest->code);
pppd.h 566 void auth_withpeer_success __P((int, int, int));
    [all...]
auth.c 1010 auth_withpeer_success(unit, protocol, prot_flavor) function
1045 warn("auth_withpeer_success: unknown protocol %x", protocol);
    [all...]
eap.c     [all...]

Completed in 188 milliseconds