Home | History | Annotate | Download | only in pppd

Lines Matching refs:protp

549     struct protent *protp;
571 for (i = 0; (protp = protocols[i]) != NULL; ++i)
572 if (protp->protocol == prot && protp->enabled_flag) {
573 (*protp->protrej)(f->unit);