Searched refs:ipv6cp (Results 1 – 2 of 2) sorted by relevance
369 static const struct cp ipv6cp = { variable402 &ipv6cp, /* IDX_IPV6CP */520 sppp_cp_input(&ipv6cp, sp, m); in sppp_input()2757 sp->ipv6cp.opts = 0; in sppp_ipv6cp_init()2758 sp->ipv6cp.flags = 0; in sppp_ipv6cp_init()2773 sppp_up_event(&ipv6cp, sp); in sppp_ipv6cp_up()2779 sppp_down_event(&ipv6cp, sp); in sppp_ipv6cp_down()2805 sppp_open_event(&ipv6cp, sp); in sppp_ipv6cp_open()2811 sppp_close_event(&ipv6cp, sp); in sppp_ipv6cp_close()2897 if (sp->ipv6cp.flags & IPV6CP_MYIFID_DYN) in sppp_ipv6cp_RCR()[all …]
185 struct sipcp ipv6cp; /* IPV6CP params */ member