Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet6/
H A Dip6_input.c2106 struct ip6_mtuinfo mtuctl; in ip6_notify_pmtu() local
2127 bzero(&mtuctl, sizeof(mtuctl)); /* zero-clear for safety */ in ip6_notify_pmtu()
2128 mtuctl.ip6m_mtu = *mtu; in ip6_notify_pmtu()
2129 mtuctl.ip6m_addr = *dst; in ip6_notify_pmtu()
2131 mtuctl.ip6m_addr.sin6_scope_id = dst->sin6_scope_id; in ip6_notify_pmtu()
2133 if (sa6_recoverscope(&mtuctl.ip6m_addr, TRUE)) { in ip6_notify_pmtu()
2137 if ((m_mtu = sbcreatecontrol((caddr_t)&mtuctl, sizeof(mtuctl), in ip6_notify_pmtu()