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