Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dip6_input.c2151 struct ip6_mtuinfo mtuctl; in ip6_notify_pmtu() local
2172 bzero(&mtuctl, sizeof(mtuctl)); /* zero-clear for safety */ in ip6_notify_pmtu()
2173 mtuctl.ip6m_mtu = *mtu; in ip6_notify_pmtu()
2174 mtuctl.ip6m_addr = *dst; in ip6_notify_pmtu()
2176 mtuctl.ip6m_addr.sin6_scope_id = dst->sin6_scope_id; in ip6_notify_pmtu()
2178 if (sa6_recoverscope(&mtuctl.ip6m_addr, TRUE)) { in ip6_notify_pmtu()
2182 if ((m_mtu = sbcreatecontrol((caddr_t)&mtuctl, sizeof(mtuctl), in ip6_notify_pmtu()