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

  /src/sbin/pppoectl/
pppoectl.c 504 set_ncpflags |= SPPP_NCP_IPV6CP;
505 clr_ncpflags &= ~SPPP_NCP_IPV6CP;
507 set_ncpflags &= ~SPPP_NCP_IPV6CP;
508 clr_ncpflags |= SPPP_NCP_IPV6CP;
596 ncp_flags & SPPP_NCP_IPV6CP ? "enable" : "disable");
  /src/sys/net/
if_sppp.h 239 #define SPPP_NCP_IPV6CP __BIT(1)
if_spppsubr.c 755 if (!ISSET(sp->pp_ncpflags, SPPP_NCP_IPV6CP)) {
834 !ISSET(sp->pp_ncpflags, SPPP_NCP_IPV6CP))) {
1078 sp->pp_ncpflags = SPPP_NCP_IPCP | SPPP_NCP_IPV6CP;
4005 if (!ISSET(sp->pp_ncpflags, SPPP_NCP_IPV6CP))

Completed in 20 milliseconds