Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net/
Dif_spppsubr.c139 #define IPV6CP_OPT_IFID 1 /* interface identifier */ macro
3441 sp->ipv6cp.opts |= (1 << IPV6CP_OPT_IFID); in sppp_ipv6cp_open()
3496 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCR()
3551 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCR()
3649 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCN_rej()
3654 sp->ipv6cp.opts &= ~(1 << IPV6CP_OPT_IFID); in sppp_ipv6cp_RCN_rej()
3697 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCN_nak()
3710 sp->ipv6cp.opts |= (1 << IPV6CP_OPT_IFID); in sppp_ipv6cp_RCN_nak()
3805 if (sp->ipv6cp.opts & (1 << IPV6CP_OPT_IFID)) { in sppp_ipv6cp_scr()
3807 opt[i++] = IPV6CP_OPT_IFID; in sppp_ipv6cp_scr()
[all …]