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

/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Ddemand.c86 const struct protent *protp; local
113 for (i = 0; (protp = protocols[i]) != NULL; ++i)
114 if (protp->demand_conf != NULL)
115 ((*protp->demand_conf)(pcb));
118 if (!((*protp->demand_conf)(pcb)))
131 const struct protent *protp; local
133 for (i = 0; (protp = protocols[i]) != NULL; ++i)
134 if (protp->demand_conf != NULL)
135 sifnpmode(pcb, protp->protocol & ~0x8000, NPMODE_QUEUE);
148 const struct protent *protp; local
174 const struct protent *protp; local
439 const struct protent *protp; local
[all...]
H A Dutils.c452 const struct protent *protp; local
457 for (i = 0; (protp = protocols[i]) != NULL; ++i)
458 if (proto == protp->protocol)
460 if (protp != NULL) {
461 printer(arg, "[%s", protp->name);
462 n = (*protp->printpkt)(p, len, printer, arg);
467 for (i = 0; (protp = protocols[i]) != NULL; ++i)
468 if (proto == (protp->protocol & ~0x8000))
470 if (protp != 0 && protp
[all...]
H A Dauth.c718 const struct protent *protp; local
720 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
721 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
722 (*protp->lowerdown)(pcb);
723 if (protp->protocol < 0xC000 && protp->close != NULL)
724 (*protp->close)(pcb, "LCP down");
746 const struct protent *protp; local
752 for (i = 0; (protp
920 const struct protent *protp; local
973 const struct protent *protp; local
[all...]
H A Dppp.c644 const struct protent *protp; local
715 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
716 (*protp->init)(pcb);
919 const struct protent *protp; local
924 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
925 if (protp->protocol == protocol) {
927 (*protp->input)(pcb, (u8_t*)pb->payload, pb->len);
943 if (protocol == (protp->protocol & ~0x8000)
944 && protp->datainput != NULL) {
945 (*protp
[all...]
H A Dlcp.c564 const struct protent *protp; local
593 for (i = 0; (protp = protocols[i]) != NULL; ++i)
594 if (protp->protocol == prot) {
602 (*protp->protrej)(f->pcb);
/barrelfish-master/include/lwip2/netif/ppp/
H A Ddemand.c86 const struct protent *protp; local
113 for (i = 0; (protp = protocols[i]) != NULL; ++i)
114 if (protp->demand_conf != NULL)
115 ((*protp->demand_conf)(pcb));
118 if (!((*protp->demand_conf)(pcb)))
131 const struct protent *protp; local
133 for (i = 0; (protp = protocols[i]) != NULL; ++i)
134 if (protp->demand_conf != NULL)
135 sifnpmode(pcb, protp->protocol & ~0x8000, NPMODE_QUEUE);
148 const struct protent *protp; local
174 const struct protent *protp; local
439 const struct protent *protp; local
[all...]
H A Dutils.c452 const struct protent *protp; local
457 for (i = 0; (protp = protocols[i]) != NULL; ++i)
458 if (proto == protp->protocol)
460 if (protp != NULL) {
461 printer(arg, "[%s", protp->name);
462 n = (*protp->printpkt)(p, len, printer, arg);
467 for (i = 0; (protp = protocols[i]) != NULL; ++i)
468 if (proto == (protp->protocol & ~0x8000))
470 if (protp != 0 && protp
[all...]
H A Dauth.c718 const struct protent *protp; local
720 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
721 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
722 (*protp->lowerdown)(pcb);
723 if (protp->protocol < 0xC000 && protp->close != NULL)
724 (*protp->close)(pcb, "LCP down");
746 const struct protent *protp; local
752 for (i = 0; (protp
920 const struct protent *protp; local
973 const struct protent *protp; local
[all...]
H A Dppp.c644 const struct protent *protp; local
715 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
716 (*protp->init)(pcb);
919 const struct protent *protp; local
924 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
925 if (protp->protocol == protocol) {
927 (*protp->input)(pcb, (u8_t*)pb->payload, pb->len);
943 if (protocol == (protp->protocol & ~0x8000)
944 && protp->datainput != NULL) {
945 (*protp
[all...]
H A Dlcp.c564 const struct protent *protp; local
593 for (i = 0; (protp = protocols[i]) != NULL; ++i)
594 if (protp->protocol == prot) {
602 (*protp->protrej)(f->pcb);

Completed in 188 milliseconds