OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clr_ncpflags
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/pppoectl/
pppoectl.c
85
static u_int set_ncpflags,
clr_ncpflags
;
variable in typeref:typename:u_int
315
if (set_ncpflags != 0 ||
clr_ncpflags
!= 0) {
320
ncp.ncp_flags &= ~
clr_ncpflags
;
499
clr_ncpflags
&= ~SPPP_NCP_IPCP;
502
clr_ncpflags
|= SPPP_NCP_IPCP;
505
clr_ncpflags
&= ~SPPP_NCP_IPV6CP;
508
clr_ncpflags
|= SPPP_NCP_IPV6CP;
Completed in 31 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025