Home
last modified time | relevance | path

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

/external/ppp/pppd/plugins/rp-pppoe/
Dplugin.c66 static char *acName = NULL; variable
80 { "rp_pppoe_ac", o_string, &acName,
169 conn->acName = acName; in PPPOEConnectDevice()
Dpppoe-discovery.c382 if (conn->acName && len == strlen(conn->acName) && in parsePADOTags()
383 !strncmp((char *) data, conn->acName, len)) { in parsePADOTags()
519 pc.acNameOK = (conn->acName) ? 0 : 1; in waitForPADO()
653 conn->acName = xstrdup(optarg); in main()
Ddiscovery.c148 if (conn->acName && len == strlen(conn->acName) && in parsePADOTags()
149 !strncmp((char *) data, conn->acName, len)) { in parsePADOTags()
357 pc.acNameOK = (conn->acName) ? 0 : 1; in waitForPADO()
Dpppoe.h236 char *acName; /* Desired AC name, if any */ member