Home | History | Annotate | Download | only in pppd

Lines Matching refs:vers

1602     const char *vers;
1627 vers = (const char *) dlsym(handle, "pppd_version");
1628 if (vers == 0) {
1630 } else if (strcmp(vers, VERSION) != 0) {
1632 arg, vers, VERSION);