Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Dip6_input.c2073 struct ip6_mtuinfo mtuctl; in ip6_notify_pmtu() local
2102 bzero(&mtuctl, sizeof(mtuctl)); /* zero-clear for safety */ in ip6_notify_pmtu()
2103 mtuctl.ip6m_mtu = *mtu; in ip6_notify_pmtu()
2104 mtuctl.ip6m_addr = *dst; in ip6_notify_pmtu()
2106 mtuctl.ip6m_addr.sin6_scope_id = dst->sin6_scope_id; in ip6_notify_pmtu()
2108 if (sa6_recoverscope(&mtuctl.ip6m_addr, TRUE)) { in ip6_notify_pmtu()
2112 if ((m_mtu = sbcreatecontrol((caddr_t)&mtuctl, sizeof(mtuctl), in ip6_notify_pmtu()