Home
last modified time | relevance | path

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

/freebsd-13.1/sys/net/
H A Dif_spppsubr.c140 #define IPV6CP_OPT_IFID 1 /* interface identifier */ macro
3439 sp->ipv6cp.opts |= (1 << IPV6CP_OPT_IFID); in sppp_ipv6cp_open()
3494 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCR()
3549 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCR()
3647 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCN_rej()
3652 sp->ipv6cp.opts &= ~(1 << IPV6CP_OPT_IFID); in sppp_ipv6cp_RCN_rej()
3695 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCN_nak()
3708 sp->ipv6cp.opts |= (1 << IPV6CP_OPT_IFID); in sppp_ipv6cp_RCN_nak()
3803 if (sp->ipv6cp.opts & (1 << IPV6CP_OPT_IFID)) { in sppp_ipv6cp_scr()
3805 opt[i++] = IPV6CP_OPT_IFID; in sppp_ipv6cp_scr()
[all …]