Home | History | Annotate | Download | only in pppd

Lines Matching refs:protp

491     struct protent *protp;
497 for (i = 0; (protp = protocols[i]) != NULL; ++i)
498 if (proto == protp->protocol)
500 if (protp != NULL) {
501 printer(arg, "[%s", protp->name);
502 n = (*protp->printpkt)(p, len, printer, arg);
507 for (i = 0; (protp = protocols[i]) != NULL; ++i)
508 if (proto == (protp->protocol & ~0x8000))
510 if (protp != 0 && protp->data_name != 0) {
511 printer(arg, "[%s data]", protp->data_name);