Home | History | Annotate | Download | only in pppd

Lines Matching refs:protp

560     struct protent *protp;
585 for (i = 0; (protp = protocols[i]) != NULL; ++i)
586 if (protp->protocol == prot && protp->enabled_flag) {
592 (*protp->protrej)(f->unit);