Searched refs:IPV6CP_OPT_IFID (Results 1 – 1 of 1) sorted by relevance
140 #define IPV6CP_OPT_IFID 1 /* interface identifier */ macro3439 sp->ipv6cp.opts |= (1 << IPV6CP_OPT_IFID); in sppp_ipv6cp_open()3494 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCR()3549 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCR()3647 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCN_rej()3652 sp->ipv6cp.opts &= ~(1 << IPV6CP_OPT_IFID); in sppp_ipv6cp_RCN_rej()3695 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCN_nak()3708 sp->ipv6cp.opts |= (1 << IPV6CP_OPT_IFID); in sppp_ipv6cp_RCN_nak()3803 if (sp->ipv6cp.opts & (1 << IPV6CP_OPT_IFID)) { in sppp_ipv6cp_scr()3805 opt[i++] = IPV6CP_OPT_IFID; in sppp_ipv6cp_scr()[all …]