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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/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.c457 struct protent *protp; local
463 for (i = 0; (protp = protocols[i]) != NULL; ++i)
464 if (proto == protp->protocol)
466 if (protp != NULL) {
467 printer(arg, "[%s", protp->name);
468 n = (*protp->printpkt)(p, len, printer, arg);
473 for (i = 0; (protp = protocols[i]) != NULL; ++i)
474 if (proto == (protp->protocol & ~0x8000))
476 if (protp != 0 && protp
[all...]
H A Dmain.c219 struct protent *protp; local
266 for (i = 0; (protp = protocols[i]) != NULL; ++i)
267 (*protp->init)(0);
311 for (i = 0; (protp = protocols[i]) != NULL; ++i)
312 if (protp->check_options != NULL)
313 (*protp->check_options)();
817 struct protent *protp; local
869 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
870 if (protp->protocol == protocol && protp
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Ddemand.c80 struct protent *protp; local
106 for (i = 0; (protp = protocols[i]) != NULL; ++i)
107 if (protp->enabled_flag && protp->demand_conf != NULL)
108 if (!((*protp->demand_conf)(0)))
120 struct protent *protp; local
122 for (i = 0; (protp = protocols[i]) != NULL; ++i)
123 if (protp->enabled_flag && protp->demand_conf != NULL)
124 sifnpmode(0, protp
137 struct protent *protp; local
166 struct protent *protp; local
193 struct protent *protp; local
365 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.c411 struct protent *protp; local
419 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
420 if (!protp->enabled_flag)
422 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
423 (*protp->lowerdown)(unit);
424 if (protp->protocol < 0xC000 && protp->close != NULL)
425 (*protp->close)(unit, "LCP down");
446 struct protent *protp; local
548 struct protent *protp; local
[all...]
H A Dmain.c243 struct protent *protp; local
290 for (i = 0; (protp = protocols[i]) != NULL; ++i)
291 (*protp->init)(0);
350 for (i = 0; (protp = protocols[i]) != NULL; ++i)
351 if (protp->check_options != NULL)
352 (*protp->check_options)();
999 struct protent *protp; local
1051 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
1052 if (protp->protocol == protocol && protp
[all...]
H A Dlcp.c530 struct protent *protp; local
552 for (i = 0; (protp = protocols[i]) != NULL; ++i)
553 if (protp->protocol == prot && protp->enabled_flag) {
554 (*protp->protrej)(f->unit);
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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 131 milliseconds