Home
last modified time | relevance | path

Searched refs:acName (Results 1 – 4 of 4) sorted by relevance

/external/ppp/pppd/plugins/rp-pppoe/
Dplugin.c63 static char *acName = NULL; variable
75 { "rp_pppoe_ac", o_string, &acName,
103 if (acName) { in PPPOEInitDevice()
104 SET_STRING(conn->acName, acName); in PPPOEInitDevice()
Ddiscovery.c123 if (conn->acName && len == strlen(conn->acName) && in parsePADOTags()
124 !strncmp((char *) data, conn->acName, len)) { in parsePADOTags()
321 pc.acNameOK = (conn->acName) ? 0 : 1; in waitForPADO()
Dpppoe-discovery.c45 conn->acName = xstrdup(optarg); in main()
Dpppoe.h260 char *acName; /* Desired AC name, if any */ member