Home
last modified time | relevance | path

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

/haiku/src/bin/network/ping/
H A Dping6.c2253 struct ip6_mtuinfo mtuctl; in get_pathmtu() local
2263 memcpy(&mtuctl, CMSG_DATA(cm), sizeof(mtuctl)); in get_pathmtu()
2273 if (!IN6_ARE_ADDR_EQUAL(&mtuctl.ip6m_addr.sin6_addr, in get_pathmtu()
2275 (mtuctl.ip6m_addr.sin6_scope_id && in get_pathmtu()
2277 mtuctl.ip6m_addr.sin6_scope_id != in get_pathmtu()
2282 pr_addr((struct sockaddr *)&mtuctl.ip6m_addr, in get_pathmtu()
2283 sizeof(mtuctl.ip6m_addr))); in get_pathmtu()
2292 if (mtuctl.ip6m_mtu < IPV6_MMTU) in get_pathmtu()
2296 return((int)mtuctl.ip6m_mtu); in get_pathmtu()