Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net/
HDif_spppsubr.c138 #define IPV6CP_OPT_IFID 1 /* interface identifier */ macro
3437 sp->ipv6cp.opts |= (1 << IPV6CP_OPT_IFID); in sppp_ipv6cp_open()
3492 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCR()
3547 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCR()
3645 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCN_rej()
3650 sp->ipv6cp.opts &= ~(1 << IPV6CP_OPT_IFID); in sppp_ipv6cp_RCN_rej()
3693 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCN_nak()
3706 sp->ipv6cp.opts |= (1 << IPV6CP_OPT_IFID); in sppp_ipv6cp_RCN_nak()
3801 if (sp->ipv6cp.opts & (1 << IPV6CP_OPT_IFID)) { in sppp_ipv6cp_scr()
3803 opt[i++] = IPV6CP_OPT_IFID; in sppp_ipv6cp_scr()
[all …]