Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip6_input.c1551 struct ip6_mtuinfo mtuctl; in ip6_notify_pmtu() local
1568 mtuctl.ip6m_mtu = mtu; in ip6_notify_pmtu()
1569 mtuctl.ip6m_addr = *dst; in ip6_notify_pmtu()
1570 if (sa6_recoverscope(&mtuctl.ip6m_addr)) in ip6_notify_pmtu()
1573 if ((m_mtu = sbcreatecontrol((caddr_t)&mtuctl, sizeof(mtuctl), in ip6_notify_pmtu()