Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_spppsubr.c140 #define IPV6CP_OPT_IFID 1 /* interface identifier */ macro
3438 sp->ipv6cp.opts |= (1 << IPV6CP_OPT_IFID); in sppp_ipv6cp_open()
3493 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCR()
3548 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCR()
3646 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCN_rej()
3651 sp->ipv6cp.opts &= ~(1 << IPV6CP_OPT_IFID); in sppp_ipv6cp_RCN_rej()
3694 case IPV6CP_OPT_IFID: in sppp_ipv6cp_RCN_nak()
3707 sp->ipv6cp.opts |= (1 << IPV6CP_OPT_IFID); in sppp_ipv6cp_RCN_nak()
3802 if (sp->ipv6cp.opts & (1 << IPV6CP_OPT_IFID)) { in sppp_ipv6cp_scr()
3804 opt[i++] = IPV6CP_OPT_IFID; in sppp_ipv6cp_scr()
[all …]