Home
last modified time | relevance | path

Searched refs:IDX_IPV6CP (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/net/
Dif_sppp.h43 #define IDX_IPV6CP 2 /* idx into state table */ macro
Dif_spppsubr.c418 PPP_IPV6CP, IDX_IPV6CP,
669 if (sp->state[IDX_IPV6CP] == STATE_OPENED) in sppp_input()
988 if (sp->state[IDX_IPV6CP] != STATE_OPENED) in sppp_output()
3443 sp->state[IDX_IPV6CP] = STATE_INITIAL; in sppp_ipv6cp_init()
3444 sp->fail_counter[IDX_IPV6CP] = 0; in sppp_ipv6cp_init()
3445 sp->pp_seq[IDX_IPV6CP] = 0; in sppp_ipv6cp_init()
3446 sp->pp_rseq[IDX_IPV6CP] = 0; in sppp_ipv6cp_init()
3447 callout_init(&sp->ch[IDX_IPV6CP], CALLOUT_MPSAFE); in sppp_ipv6cp_init()
3833 sp->lcp.protos |= (1 << IDX_IPV6CP); in sppp_ipv6cp_tls()
3842 sp->lcp.protos &= ~(1 << IDX_IPV6CP); in sppp_ipv6cp_tlf()
[all …]