Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_spppsubr.c148 #define IPV6CP_OPT_COMPRESSION 2 /* IPv6 compression protocol */ macro
3366 case IPV6CP_OPT_COMPRESSION: in sppp_ipv6cp_RCR()
3412 case IPV6CP_OPT_COMPRESSION: in sppp_ipv6cp_RCR()
3693 if (sp->ipv6cp.opts & (1 << IPV6CP_OPT_COMPRESSION)) { in sppp_ipv6cp_scr()
3694 opt[i++] = IPV6CP_OPT_COMPRESSION; in sppp_ipv6cp_scr()
5492 case IPV6CP_OPT_COMPRESSION: return "compression"; in sppp_ipv6cp_opt_name()