Searched refs:IDX_IPV6CP (Results 1 – 2 of 2) sorted by relevance
43 #define IDX_IPV6CP 2 /* idx into state table */ macro
416 PPP_IPV6CP, IDX_IPV6CP,667 if (sp->state[IDX_IPV6CP] == STATE_OPENED) in sppp_input()965 if (sp->state[IDX_IPV6CP] != STATE_OPENED) in sppp_output()3391 sp->state[IDX_IPV6CP] = STATE_INITIAL; in sppp_ipv6cp_init()3392 sp->fail_counter[IDX_IPV6CP] = 0; in sppp_ipv6cp_init()3393 sp->pp_seq[IDX_IPV6CP] = 0; in sppp_ipv6cp_init()3394 sp->pp_rseq[IDX_IPV6CP] = 0; in sppp_ipv6cp_init()3395 callout_init(&sp->ch[IDX_IPV6CP], 1); in sppp_ipv6cp_init()3781 sp->lcp.protos |= (1 << IDX_IPV6CP); in sppp_ipv6cp_tls()3790 sp->lcp.protos &= ~(1 << IDX_IPV6CP); in sppp_ipv6cp_tlf()[all …]