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

/freebsd-11-stable/sys/net/
H A Dif_sppp.h43 #define IDX_IPV6CP 2 /* idx into state table */ macro
H A Dif_spppsubr.c415 PPP_IPV6CP, IDX_IPV6CP,
447 &ipv6cp, /* IDX_IPV6CP */
666 if (sp->state[IDX_IPV6CP] == STATE_OPENED)
964 if (sp->state[IDX_IPV6CP] != STATE_OPENED)
3394 sp->state[IDX_IPV6CP] = STATE_INITIAL;
3395 sp->fail_counter[IDX_IPV6CP] = 0;
3396 sp->pp_seq[IDX_IPV6CP] = 0;
3397 sp->pp_rseq[IDX_IPV6CP] = 0;
3398 callout_init(&sp->ch[IDX_IPV6CP], 1);
3784 sp->lcp.protos |= (1 << IDX_IPV6CP);
[all...]

Completed in 68 milliseconds