OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:protp
(Results
1 - 6
of
6
) sorted by null
/external/ppp/pppd/
demand.c
82
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
->protocol & ~0x8000, NPMODE_QUEUE)
140
struct protent *
protp
;
local
166
struct protent *
protp
;
local
338
struct protent *
protp
;
local
[
all
...]
auth.c
683
struct protent *
protp
;
local
685
for (i = 0; (
protp
= protocols[i]) != NULL; ++i) {
686
if (!
protp
->enabled_flag)
688
if (
protp
->protocol != PPP_LCP &&
protp
->lowerdown != NULL)
689
(*
protp
->lowerdown)(unit);
690
if (
protp
->protocol < 0xC000 &&
protp
->close != NULL)
691
(*
protp
->close)(unit, "LCP down");
710
struct protent *
protp
;
local
830
struct protent *
protp
;
local
869
struct protent *
protp
;
local
[
all
...]
utils.c
491
struct protent *
protp
;
local
497
for (i = 0; (
protp
= protocols[i]) != NULL; ++i)
498
if (proto ==
protp
->protocol)
500
if (
protp
!= NULL) {
501
printer(arg, "[%s",
protp
->name);
502
n = (*
protp
->printpkt)(p, len, printer, arg);
507
for (i = 0; (
protp
= protocols[i]) != NULL; ++i)
508
if (proto == (
protp
->protocol & ~0x8000))
510
if (
protp
!= 0 &&
protp
->data_name != 0)
[
all
...]
main.c
319
struct protent *
protp
;
local
355
for (i = 0; (
protp
= protocols[i]) != NULL; ++i)
356
(*
protp
->init)(0);
451
for (i = 0; (
protp
= protocols[i]) != NULL; ++i)
452
if (
protp
->check_options != NULL)
453
(*
protp
->check_options)();
1011
struct protent *
protp
;
local
1069
for (i = 0; (
protp
= protocols[i]) != NULL; ++i) {
1070
if (
protp
->protocol == protocol &&
protp
->enabled_flag)
[
all
...]
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);
[
all
...]
/prebuilts/misc/linux-x86/flex/
flex-2.5.4a
Completed in 174 milliseconds