OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clr_ncpflags
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/pppoectl/
pppoectl.c
91
static u_int set_ncpflags,
clr_ncpflags
;
variable
331
if (set_ncpflags != 0 ||
clr_ncpflags
!= 0) {
336
ncp.ncp_flags &= ~
clr_ncpflags
;
536
clr_ncpflags
&= ~SPPP_NCP_IPCP;
539
clr_ncpflags
|= SPPP_NCP_IPCP;
542
clr_ncpflags
&= ~SPPP_NCP_IPV6CP;
545
clr_ncpflags
|= SPPP_NCP_IPV6CP;
Completed in 14 milliseconds
Indexes created Wed Sep 16 00:24:39 UTC 2026