Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dif_sppp.h128 #define IDX_IPV6CP 2 macro
Dif_spppsubr.c370 PPP_IPV6CP, IDX_IPV6CP,
431 if (sp->state[IDX_IPV6CP] == STATE_OPENED) in sppp_proto_up()
548 if (sp->state[IDX_IPV6CP] == STATE_OPENED) { in sppp_input()
673 if (sp->state[IDX_IPV6CP] != STATE_OPENED) in sppp_output()
2783 sp->state[IDX_IPV6CP] = STATE_INITIAL; in sppp_ipv6cp_init()
2784 sp->fail_counter[IDX_IPV6CP] = 0; in sppp_ipv6cp_init()
3138 sp->lcp.protos |= (1 << IDX_IPV6CP); in sppp_ipv6cp_tls()
3145 sp->lcp.protos &= ~(1 << IDX_IPV6CP); in sppp_ipv6cp_tlf()
3177 sp->confid[IDX_IPV6CP] = ++sp->pp_seq; in sppp_ipv6cp_scr()
3178 sppp_cp_send(sp, PPP_IPV6CP, CONF_REQ, sp->confid[IDX_IPV6CP], i, opt); in sppp_ipv6cp_scr()