| /src/external/bsd/ppp/dist/pppd/ |
| demand.c | 88 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->protocol & ~0x8000, NPMODE_QUEUE) 147 struct protent *protp; local 173 struct protent *protp; local 339 struct protent *protp; local [all...] |
| utils.c | 445 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->data_name != 0) [all...] |
| auth.c | 806 struct protent *protp; local 808 for (i = 0; (protp = protocols[i]) != NULL; ++i) { 809 if (!protp->enabled_flag) 811 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) 812 (*protp->lowerdown)(unit); 813 if (protp->protocol < 0xC000 && protp->close != NULL) 814 (*protp->close)(unit, "LCP down"); 835 struct protent *protp; local 968 struct protent *protp; local 1009 struct protent *protp; local [all...] |
| main.c | 364 struct protent *protp; local 421 for (i = 0; (protp = protocols[i]) != NULL; ++i) 422 (*protp->init)(0); 478 for (i = 0; (protp = protocols[i]) != NULL; ++i) 479 if (protp->check_options != NULL) 480 (*protp->check_options)(); 1142 struct protent *protp; local 1201 for (i = 0; (protp = protocols[i]) != NULL; ++i) { 1202 if (protp->protocol == protocol && protp->enabled_flag) [all...] |
| lcp.c | 563 struct protent *protp; local 588 for (i = 0; (protp = protocols[i]) != NULL; ++i) 589 if (protp->protocol == prot && protp->enabled_flag) { 595 (*protp->protrej)(f->unit);
|
| /src/external/bsd/flex/dist/src/ |
| tblcmp.c | 829 int i, *sp = state, *ep = ext, *protp; local 832 protp = &protsave[numecs * (pr - 1)]; 835 if (*++protp == *++sp)
|
| /src/common/include/rpc/ |
| xdr.h | 219 #define xdr_rpcprot(xdrs, protp) xdr_u_int32_t(xdrs, protp)
|