HomeSort by: relevance | last modified time | path
    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