Searched refs:protp (Results 1 - 5 of 5) sorted by relevance

/external/ppp/pppd/
H A Ddemand.c82 struct protent *protp; local
109 for (i = 0; (protp = protocols[i]) != NULL; ++i)
110 if (protp->enabled_flag && protp->demand_conf != NULL)
111 if (!((*protp->demand_conf)(0)))
123 struct protent *protp; local
125 for (i = 0; (protp = protocols[i]) != NULL; ++i)
126 if (protp->enabled_flag && protp->demand_conf != NULL)
127 sifnpmode(0, protp
140 struct protent *protp; local
166 struct protent *protp; local
338 struct protent *protp; local
[all...]
H A Dauth.c683 struct protent *protp; local
685 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
686 if (!protp->enabled_flag)
688 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
689 (*protp->lowerdown)(unit);
690 if (protp->protocol < 0xC000 && protp->close != NULL)
691 (*protp->close)(unit, "LCP down");
710 struct protent *protp; local
830 struct protent *protp; local
869 struct protent *protp; local
[all...]
H A Dmain.c319 struct protent *protp; local
355 for (i = 0; (protp = protocols[i]) != NULL; ++i)
356 (*protp->init)(0);
451 for (i = 0; (protp = protocols[i]) != NULL; ++i)
452 if (protp->check_options != NULL)
453 (*protp->check_options)();
1011 struct protent *protp; local
1069 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
1070 if (protp->protocol == protocol && protp
[all...]
H A Dutils.c491 struct protent *protp; local
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
[all...]
H A Dlcp.c549 struct protent *protp; local
571 for (i = 0; (protp = protocols[i]) != NULL; ++i)
572 if (protp->protocol == prot && protp->enabled_flag) {
573 (*protp->protrej)(f->unit);

Completed in 98 milliseconds