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

/netgear-R7000-V1.0.7.12_1.2.5/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.c455 struct protent *protp; local
461 for (i = 0; (protp = protocols[i]) != NULL; ++i)
462 if (proto == protp->protocol)
464 if (protp != NULL) {
465 printer(arg, "[%s", protp->name);
466 n = (*protp->printpkt)(p, len, printer, arg);
471 for (i = 0; (protp = protocols[i]) != NULL; ++i)
472 if (proto == (protp->protocol & ~0x8000))
474 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)();
799 struct protent *protp; local
851 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
852 if (protp->protocol == protocol && protp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Ddemand.c77 struct protent *protp; local
103 for (i = 0; (protp = protocols[i]) != NULL; ++i)
104 if (protp->enabled_flag && protp->demand_conf != NULL)
105 if (!((*protp->demand_conf)(0)))
117 struct protent *protp; local
119 for (i = 0; (protp = protocols[i]) != NULL; ++i)
120 if (protp->enabled_flag && protp->demand_conf != NULL)
121 sifnpmode(0, protp
134 struct protent *protp; local
160 struct protent *protp; local
332 struct protent *protp; local
[all...]
H A Dutils.c445 struct protent *protp; local
451 for (i = 0; (protp = protocols[i]) != NULL; ++i)
452 if (proto == protp->protocol)
454 if (protp != NULL) {
455 printer(arg, "[%s", protp->name);
456 n = (*protp->printpkt)(p, len, printer, arg);
461 for (i = 0; (protp = protocols[i]) != NULL; ++i)
462 if (proto == (protp->protocol & ~0x8000))
464 if (protp != 0 && protp
[all...]
H A Dauth.c408 struct protent *protp; local
416 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
417 if (!protp->enabled_flag)
419 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
420 (*protp->lowerdown)(unit);
421 if (protp->protocol < 0xC000 && protp->close != NULL)
422 (*protp->close)(unit, "LCP down");
443 struct protent *protp; local
545 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.c528 struct protent *protp; local
550 for (i = 0; (protp = protocols[i]) != NULL; ++i)
551 if (protp->protocol == prot && protp->enabled_flag) {
552 (*protp->protrej)(f->unit);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/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
169 struct protent *protp; local
196 struct protent *protp; local
374 struct protent *protp; local
[all...]
H A Dauth.c710 struct protent *protp; local
712 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
713 if (!protp->enabled_flag)
715 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
716 (*protp->lowerdown)(unit);
717 if (protp->protocol < 0xC000 && protp->close != NULL)
718 (*protp->close)(unit, "LCP down");
737 struct protent *protp; local
857 struct protent *protp; local
896 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);
449 for (i = 0; (protp = protocols[i]) != NULL; ++i)
450 if (protp->check_options != NULL)
451 (*protp->check_options)();
1110 struct protent *protp; local
1168 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
1169 if (protp->protocol == protocol && protp
[all...]
H A Dutils.c483 struct protent *protp; local
489 for (i = 0; (protp = protocols[i]) != NULL; ++i)
490 if (proto == protp->protocol)
492 if (protp != NULL) {
493 printer(arg, "[%s", protp->name);
494 n = (*protp->printpkt)(p, len, printer, arg);
499 for (i = 0; (protp = protocols[i]) != NULL; ++i)
500 if (proto == (protp->protocol & ~0x8000))
502 if (protp != 0 && protp
[all...]
H A Dlcp.c556 struct protent *protp; local
581 for (i = 0; (protp = protocols[i]) != NULL; ++i)
582 if (protp->protocol == prot && protp->enabled_flag) {
588 (*protp->protrej)(f->unit);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dtblcmp.c870 register int i, *sp = state, *ep = ext, *protp; local
873 protp = &protsave[numecs * (pr - 1)];
877 if ( *++protp == *++sp )
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dtblcmp.c870 register int i, *sp = state, *ep = ext, *protp; local
873 protp = &protsave[numecs * (pr - 1)];
877 if ( *++protp == *++sp )

Completed in 195 milliseconds