Searched defs:acName (Results 1 - 2 of 2) sorted by relevance

/external/ppp/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 Dpppoe.h260 char *acName; /* Desired AC name, if any */ member in struct:PPPoEConnectionStruct

Completed in 32 milliseconds