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

  /external/syslinux/core/lwip/src/netif/ppp/
auth.c 211 static int have_pap_secret (void);
810 can_auth = wo->neg_upap && have_pap_secret();
839 if (go->neg_upap && !have_pap_secret()) {
1040 * have_pap_secret - check whether we have a PAP file with any
1044 have_pap_secret(void) function
    [all...]
  /external/ppp/pppd/
auth.c 253 static int have_pap_secret __P((int *));
1588 have_pap_secret(lacks_ipp) function
    [all...]

Completed in 99 milliseconds