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

/freebsd-10.0-release/sys/net/
H A Dif_sppp.h43 #define IDX_IPV6CP 2 /* idx into state table */ macro
H A Dif_spppsubr.c418 PPP_IPV6CP, IDX_IPV6CP,
450 &ipv6cp, /* IDX_IPV6CP */
669 if (sp->state[IDX_IPV6CP] == STATE_OPENED)
981 if (sp->state[IDX_IPV6CP] != STATE_OPENED)
3419 sp->state[IDX_IPV6CP] = STATE_INITIAL;
3420 sp->fail_counter[IDX_IPV6CP] = 0;
3421 sp->pp_seq[IDX_IPV6CP] = 0;
3422 sp->pp_rseq[IDX_IPV6CP] = 0;
3423 callout_init(&sp->ch[IDX_IPV6CP], CALLOUT_MPSAFE);
3809 sp->lcp.protos |= (1 << IDX_IPV6CP);
[all...]

Completed in 74 milliseconds