Searched refs:acName (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/rp-pppoe/
H A Dplugin.c63 static char *acName = NULL; variable
75 { "rp_pppoe_ac", o_string, &acName,
103 if (acName) {
104 SET_STRING(conn->acName, acName);
H A Ddiscovery.c125 if (conn->acName && len == strlen(conn->acName) &&
126 !strncmp((char *) data, conn->acName, len)) {
323 pc.acNameOK = (conn->acName) ? 0 : 1;
H A Dpppoe.h260 char *acName; /* Desired AC name, if any */ member in struct:PPPoEConnectionStruct
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/rp-pppoe/
H A Dplugin.c63 static char *acName = NULL; variable
75 { "rp_pppoe_ac", o_string, &acName,
103 if (acName) {
104 SET_STRING(conn->acName, acName);
H A Ddiscovery.c123 if (conn->acName && len == strlen(conn->acName) &&
124 !strncmp((char *) data, conn->acName, len)) {
321 pc.acNameOK = (conn->acName) ? 0 : 1;
H A Dpppoe.h260 char *acName; /* Desired AC name, if any */ member in struct:PPPoEConnectionStruct
/asus-wl-520gu-7.0.1.45/src/router/pppoe-relay/
H A Dpppoe.h270 char *acName; /* Desired AC name, if any */ member in struct:PPPoEConnectionStruct
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Ddp.h430 char *acName; /* Desired AC name, if any */ member in struct:PPPoEConnectionStruct

Completed in 49 milliseconds