HomeSort by: relevance | last modified time | path
    Searched refs:SPPP_NCP_IPCP (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/pppoectl/
pppoectl.c 498 set_ncpflags |= SPPP_NCP_IPCP;
499 clr_ncpflags &= ~SPPP_NCP_IPCP;
501 set_ncpflags &= ~SPPP_NCP_IPCP;
502 clr_ncpflags |= SPPP_NCP_IPCP;
594 ncp_flags & SPPP_NCP_IPCP ? "enable" : "disable");
  /src/sys/net/
if_sppp.h 238 #define SPPP_NCP_IPCP __BIT(0)
if_spppsubr.c 732 if (!ISSET(sp->pp_ncpflags, SPPP_NCP_IPCP)) {
832 !ISSET(sp->pp_ncpflags, SPPP_NCP_IPCP)) ||
1078 sp->pp_ncpflags = SPPP_NCP_IPCP | SPPP_NCP_IPV6CP;
3383 if (!ISSET(sp->pp_ncpflags, SPPP_NCP_IPCP))

Completed in 16 milliseconds