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

/netbsd-current/external/bsd/ppp/dist/pppd/plugins/pppoe/
H A Ddiscovery.c153 pc->serviceNameOK = 1;
350 pc.serviceNameOK = (conn->serviceName) ? 0 : 1;
423 if (pc.acNameOK && pc.serviceNameOK) {
H A Dpppoe-discovery.c393 pc->serviceNameOK = 1;
525 pc.serviceNameOK = (conn->serviceName) ? 0 : 1;
589 if (pc.acNameOK && pc.serviceNameOK) {
H A Dpppoe.h254 int serviceNameOK; member in struct:PacketCriteria

Completed in 129 milliseconds