Searched refs:protp (Results 1 – 6 of 6) sorted by relevance
/external/ppp/pppd/ |
D | demand.c | 82 struct protent *protp; in demand_conf() local 109 for (i = 0; (protp = protocols[i]) != NULL; ++i) in demand_conf() 110 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_conf() 111 if (!((*protp->demand_conf)(0))) in demand_conf() 123 struct protent *protp; in demand_block() local 125 for (i = 0; (protp = protocols[i]) != NULL; ++i) in demand_block() 126 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_block() 127 sifnpmode(0, protp->protocol & ~0x8000, NPMODE_QUEUE); in demand_block() 140 struct protent *protp; in demand_discard() local 142 for (i = 0; (protp = protocols[i]) != NULL; ++i) in demand_discard() [all …]
|
D | auth.c | 683 struct protent *protp; in upper_layers_down() local 685 for (i = 0; (protp = protocols[i]) != NULL; ++i) { in upper_layers_down() 686 if (!protp->enabled_flag) in upper_layers_down() 688 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) in upper_layers_down() 689 (*protp->lowerdown)(unit); in upper_layers_down() 690 if (protp->protocol < 0xC000 && protp->close != NULL) in upper_layers_down() 691 (*protp->close)(unit, "LCP down"); in upper_layers_down() 710 struct protent *protp; local 716 for (i = 0; (protp = protocols[i]) != NULL; ++i) 717 if (protp->protocol != PPP_LCP && protp->enabled_flag [all …]
|
D | utils.c | 488 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->data_name != 0) { 508 printer(arg, "[%s data]", protp->data_name);
|
D | main.c | 319 struct protent *protp; local 355 for (i = 0; (protp = protocols[i]) != NULL; ++i) 356 (*protp->init)(0); 428 for (i = 0; (protp = protocols[i]) != NULL; ++i) 429 if (protp->check_options != NULL) 430 (*protp->check_options)(); 988 struct protent *protp; in get_input() local 1046 for (i = 0; (protp = protocols[i]) != NULL; ++i) { in get_input() 1047 if (protp->protocol == protocol && protp->enabled_flag) { in get_input() 1048 (*protp->input)(0, p, len); in get_input() [all …]
|
D | lcp.c | 549 struct protent *protp; local 571 for (i = 0; (protp = protocols[i]) != NULL; ++i) 572 if (protp->protocol == prot && protp->enabled_flag) { 573 (*protp->protrej)(f->unit);
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | tblcmp.c | 870 register int i, *sp = state, *ep = ext, *protp; local 873 protp = &protsave[numecs * (pr - 1)]; 877 if ( *++protp == *++sp )
|