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

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dauth.c106 struct protent *protp; local
108 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
109 if (!protp->enabled_flag)
111 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
112 (*protp->lowerdown)(unit);
113 if (protp->protocol < 0xC000 && protp->close != NULL)
114 (*protp->close)(unit, "LCP down");
133 struct protent *protp; local
179 struct protent *protp; local
[all...]
H A Dutils.c456 struct protent *protp; local
462 for (i = 0; (protp = protocols[i]) != NULL; ++i)
463 if (proto == protp->protocol)
465 if (protp != NULL) {
466 printer(arg, "[%s", protp->name);
467 n = (*protp->printpkt)(p, len, printer, arg);
472 for (i = 0; (protp = protocols[i]) != NULL; ++i)
473 if (proto == (protp->protocol & ~0x8000))
475 if (protp != 0 && protp
[all...]
H A Dmain.c216 struct protent *protp; local
263 for (i = 0; (protp = protocols[i]) != NULL; ++i)
264 (*protp->init)(0);
308 for (i = 0; (protp = protocols[i]) != NULL; ++i)
309 if (protp->check_options != NULL)
310 (*protp->check_options)();
797 struct protent *protp; local
849 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
850 if (protp->protocol == protocol && protp
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Ddemand.c73 struct protent *protp; local
99 for (i = 0; (protp = protocols[i]) != NULL; ++i)
100 if (protp->enabled_flag && protp->demand_conf != NULL)
101 if (!((*protp->demand_conf)(0)))
113 struct protent *protp; local
115 for (i = 0; (protp = protocols[i]) != NULL; ++i)
116 if (protp->enabled_flag && protp->demand_conf != NULL)
117 sifnpmode(0, protp
130 struct protent *protp; local
156 struct protent *protp; local
328 struct protent *protp; local
[all...]
H A Dutils.c448 struct protent *protp; local
454 for (i = 0; (protp = protocols[i]) != NULL; ++i)
455 if (proto == protp->protocol)
457 if (protp != NULL) {
458 printer(arg, "[%s", protp->name);
459 n = (*protp->printpkt)(p, len, printer, arg);
464 for (i = 0; (protp = protocols[i]) != NULL; ++i)
465 if (proto == (protp->protocol & ~0x8000))
467 if (protp != 0 && protp
[all...]
H A Dauth.c409 struct protent *protp; local
417 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
418 if (!protp->enabled_flag)
420 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
421 (*protp->lowerdown)(unit);
422 if (protp->protocol < 0xC000 && protp->close != NULL)
423 (*protp->close)(unit, "LCP down");
444 struct protent *protp; local
546 struct protent *protp; local
[all...]
H A Dmain.c233 struct protent *protp; local
280 for (i = 0; (protp = protocols[i]) != NULL; ++i)
281 (*protp->init)(0);
335 for (i = 0; (protp = protocols[i]) != NULL; ++i)
336 if (protp->check_options != NULL)
337 (*protp->check_options)();
924 struct protent *protp; local
976 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
977 if (protp->protocol == protocol && protp
[all...]
H A Dlcp.c541 struct protent *protp; local
563 for (i = 0; (protp = protocols[i]) != NULL; ++i)
564 if (protp->protocol == prot && protp->enabled_flag) {
565 (*protp->protrej)(f->unit);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Ddemand.c89 struct protent *protp; local
116 for (i = 0; (protp = protocols[i]) != NULL; ++i)
117 if (protp->enabled_flag && protp->demand_conf != NULL)
118 if (!((*protp->demand_conf)(0)))
130 struct protent *protp; local
132 for (i = 0; (protp = protocols[i]) != NULL; ++i)
133 if (protp->enabled_flag && protp->demand_conf != NULL)
134 sifnpmode(0, protp
147 struct protent *protp; local
173 struct protent *protp; local
345 struct protent *protp; local
[all...]
H A Dauth.c570 struct protent *protp; local
579 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
580 if (!protp->enabled_flag)
582 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
583 (*protp->lowerdown)(unit);
584 if (protp->protocol < 0xC000 && protp->close != NULL)
585 (*protp->close)(unit, "LCP down");
606 struct protent *protp; local
724 struct protent *protp; local
763 struct protent *protp; local
[all...]
H A Dmain.c279 struct protent *protp; local
315 for (i = 0; (protp = protocols[i]) != NULL; ++i)
316 (*protp->init)(0);
369 for (i = 0; (protp = protocols[i]) != NULL; ++i)
370 if (protp->check_options != NULL)
371 (*protp->check_options)();
993 struct protent *protp; local
1046 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
1047 if (protp->protocol == protocol && protp
[all...]
H A Dutils.c488 struct protent *protp; local
494 for (i = 0; (protp = protocols[i]) != NULL; ++i)
495 if (proto == protp->protocol)
497 if (protp != NULL) {
498 printer(arg, "[%s", protp->name);
499 n = (*protp->printpkt)(p, len, printer, arg);
504 for (i = 0; (protp = protocols[i]) != NULL; ++i)
505 if (proto == (protp->protocol & ~0x8000))
507 if (protp != 0 && protp
[all...]
H A Dlcp.c566 struct protent *protp; local
588 for (i = 0; (protp = protocols[i]) != NULL; ++i)
589 if (protp->protocol == prot && protp->enabled_flag) {
590 (*protp->protrej)(f->unit);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Ddemand.c89 struct protent *protp; local
116 for (i = 0; (protp = protocols[i]) != NULL; ++i)
117 if (protp->enabled_flag && protp->demand_conf != NULL)
118 if (!((*protp->demand_conf)(0)))
130 struct protent *protp; local
132 for (i = 0; (protp = protocols[i]) != NULL; ++i)
133 if (protp->enabled_flag && protp->demand_conf != NULL)
134 sifnpmode(0, protp
147 struct protent *protp; local
173 struct protent *protp; local
345 struct protent *protp; local
[all...]
H A Dauth.c570 struct protent *protp; local
579 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
580 if (!protp->enabled_flag)
582 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
583 (*protp->lowerdown)(unit);
584 if (protp->protocol < 0xC000 && protp->close != NULL)
585 (*protp->close)(unit, "LCP down");
606 struct protent *protp; local
724 struct protent *protp; local
763 struct protent *protp; local
[all...]
H A Dmain.c279 struct protent *protp; local
315 for (i = 0; (protp = protocols[i]) != NULL; ++i)
316 (*protp->init)(0);
369 for (i = 0; (protp = protocols[i]) != NULL; ++i)
370 if (protp->check_options != NULL)
371 (*protp->check_options)();
993 struct protent *protp; local
1046 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
1047 if (protp->protocol == protocol && protp
[all...]
H A Dutils.c488 struct protent *protp; local
494 for (i = 0; (protp = protocols[i]) != NULL; ++i)
495 if (proto == protp->protocol)
497 if (protp != NULL) {
498 printer(arg, "[%s", protp->name);
499 n = (*protp->printpkt)(p, len, printer, arg);
504 for (i = 0; (protp = protocols[i]) != NULL; ++i)
505 if (proto == (protp->protocol & ~0x8000))
507 if (protp != 0 && protp
[all...]
H A Dlcp.c566 struct protent *protp; local
588 for (i = 0; (protp = protocols[i]) != NULL; ++i)
589 if (protp->protocol == prot && protp->enabled_flag) {
590 (*protp->protrej)(f->unit);

Completed in 224 milliseconds