Home
last modified time | relevance | path

Searched refs:CONF_ENABLE_IPV6 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/
H A Dif_sppp.h156 #define CONF_ENABLE_IPV6 0x02 /* IPv6 administratively enabled */ macro
H A Dif_spppsubr.c809 !(sp->confflags & CONF_ENABLE_IPV6)) in sppp_output()
1041 sp->confflags |= CONF_ENABLE_IPV6; in sppp_attach()
2669 (sp->confflags & CONF_ENABLE_IPV6))) in sppp_lcp_tlu()
5086 spr->defs.enable_ipv6 = (sp->confflags & CONF_ENABLE_IPV6) != 0; in sppp_params()
5185 sp->confflags |= CONF_ENABLE_IPV6; in sppp_params()
5187 sp->confflags &= ~CONF_ENABLE_IPV6; in sppp_params()