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

  /external/syslinux/core/lwip/src/netif/ppp/
auth.h 82 void auth_peer_fail (int, u16_t);
pap.c 249 auth_peer_fail(u->us_unit, PPP_PAP);
324 auth_peer_fail(unit, PPP_PAP);
453 auth_peer_fail(u->us_unit, PPP_PAP);
chap.c 243 auth_peer_fail(cstate->unit, PPP_CHAP);
349 auth_peer_fail(unit, PPP_CHAP);
632 auth_peer_fail(cstate->unit, PPP_CHAP);
auth.c 571 auth_peer_fail(int unit, u16_t protocol) function
575 AUTHDEBUG(LOG_INFO, ("auth_peer_fail: %d proto=%X\n", unit, protocol));
    [all...]
  /external/ppp/pppd/
upap.c 233 auth_peer_fail(u->us_unit, PPP_PAP);
303 auth_peer_fail(unit, PPP_PAP);
457 auth_peer_fail(u->us_unit, PPP_PAP);
chap-new.c 267 auth_peer_fail(0, PPP_CHAP);
390 auth_peer_fail(0, PPP_CHAP);
572 auth_peer_fail(0, PPP_CHAP);
pppd.h 560 void auth_peer_fail __P((int, int));
    [all...]
eap.c 282 auth_peer_fail(esp->es_unit, PPP_EAP);
1033 auth_peer_fail(unit, PPP_EAP);
    [all...]
auth.c 918 auth_peer_fail(unit, protocol) function
    [all...]

Completed in 207 milliseconds