Home
last modified time | relevance | path

Searched refs:serviceNameOK (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/plugins/rp-pppoe/
Dpppoe-discovery.c394 pc->serviceNameOK = 1; in parsePADOTags()
520 pc.serviceNameOK = (conn->serviceName) ? 0 : 1; in waitForPADO()
585 if (pc.acNameOK && pc.serviceNameOK) { in waitForPADO()
Ddiscovery.c157 pc->serviceNameOK = 1; in parsePADOTags()
358 pc.serviceNameOK = (conn->serviceName) ? 0 : 1; in waitForPADO()
431 if (pc.acNameOK && pc.serviceNameOK) { in waitForPADO()
Dpppoe.h256 int serviceNameOK; member