OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enabled_flag
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/bsd/ppp/dist/pppd/
ecp.c
73
{ "noecp", o_bool, &ecp_protent.
enabled_flag
,
75
{ "-ecp", o_bool, &ecp_protent.
enabled_flag
,
demand.c
117
if (protp->
enabled_flag
&& protp->demand_conf != NULL)
133
if (protp->
enabled_flag
&& protp->demand_conf != NULL)
150
if (protp->
enabled_flag
&& protp->demand_conf != NULL)
176
if (protp->
enabled_flag
&& protp->demand_conf != NULL)
357
if (!protp->
enabled_flag
)
pppd.h
197
bool
enabled_flag
;
member in struct:protent
ipv6cp.c
246
{ "+ipv6", o_bool, &ipv6cp_protent.
enabled_flag
,
248
{ "noipv6", o_bool, &ipv6cp_protent.
enabled_flag
,
250
{ "-ipv6", o_bool, &ipv6cp_protent.
enabled_flag
,
408
ipv6cp_protent.
enabled_flag
= 1;
1142
if (!ipv6cp_protent.
enabled_flag
)
cbcp.c
114
cbcp_protent.
enabled_flag
= 1;
auth.c
809
if (!protp->
enabled_flag
)
842
if (protp->protocol != PPP_LCP && protp->
enabled_flag
993
&& protp->
enabled_flag
&& protp->open != NULL)
1017
&& protp->
enabled_flag
&& protp->open != NULL) {
ccp.c
79
{ "noccp", o_bool, &ccp_protent.
enabled_flag
,
81
{ "-ccp", o_bool, &ccp_protent.
enabled_flag
,
ipcp.c
148
{ "noip", o_bool, &ipcp_protent.
enabled_flag
,
150
{ "-ip", o_bool, &ipcp_protent.
enabled_flag
,
main.c
1202
if (protp->protocol == protocol && protp->
enabled_flag
) {
1206
if (protocol == (protp->protocol & ~0x8000) && protp->
enabled_flag
lcp.c
589
if (protp->protocol == prot && protp->
enabled_flag
) {
Completed in 103 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026