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

/freebsd-10.1-release/sys/net/
H A Dif_spppsubr.c143 #define IPV6CP_OPT_COMPRESSION 2 /* IPv6 compression protocol */ macro
3531 case IPV6CP_OPT_COMPRESSION:
3573 case IPV6CP_OPT_COMPRESSION:
3839 if (sp->ipv6cp.opts & (1 << IPV6CP_OPT_COMPRESSION)) {
3840 opt[i++] = IPV6CP_OPT_COMPRESSION;
5339 case IPV6CP_OPT_COMPRESSION: return "compression";

Completed in 60 milliseconds