Searched refs:IPV6CP_OPT_IFID (Results 1 – 1 of 1) sorted by relevance
140 #define IPV6CP_OPT_IFID 1 /* interface identifier */ macro3438 sp->ipv6cp.opts |= (1 << IPV6CP_OPT_IFID); in sppp_ipv6cp_open()3493 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCR()3548 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCR()3646 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCN_rej()3651 sp->ipv6cp.opts &= ~(1 << IPV6CP_OPT_IFID); in sppp_ipv6cp_RCN_rej()3694 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCN_nak()3707 sp->ipv6cp.opts |= (1 << IPV6CP_OPT_IFID); in sppp_ipv6cp_RCN_nak()3802 if (sp->ipv6cp.opts & (1 << IPV6CP_OPT_IFID)) { in sppp_ipv6cp_scr()3804 opt[i++] = IPV6CP_OPT_IFID; in sppp_ipv6cp_scr()[all …]