/src/sys/netinet6/ |
ip6_input.c | 1279 struct ip6_mtuinfo mtuctl; local in function:ip6_notify_pmtu 1288 memset(&mtuctl, 0, sizeof(mtuctl)); /* zero-clear for safety */ 1289 mtuctl.ip6m_mtu = *mtu; 1290 mtuctl.ip6m_addr = *dst; 1291 if (sa6_recoverscope(&mtuctl.ip6m_addr)) 1294 if ((m_mtu = sbcreatecontrol(&mtuctl, sizeof(mtuctl),
|
ip6_input.c | 1279 struct ip6_mtuinfo mtuctl; local in function:ip6_notify_pmtu 1288 memset(&mtuctl, 0, sizeof(mtuctl)); /* zero-clear for safety */ 1289 mtuctl.ip6m_mtu = *mtu; 1290 mtuctl.ip6m_addr = *dst; 1291 if (sa6_recoverscope(&mtuctl.ip6m_addr)) 1294 if ((m_mtu = sbcreatecontrol(&mtuctl, sizeof(mtuctl),
|
ip6_input.c | 1279 struct ip6_mtuinfo mtuctl; local in function:ip6_notify_pmtu 1288 memset(&mtuctl, 0, sizeof(mtuctl)); /* zero-clear for safety */ 1289 mtuctl.ip6m_mtu = *mtu; 1290 mtuctl.ip6m_addr = *dst; 1291 if (sa6_recoverscope(&mtuctl.ip6m_addr)) 1294 if ((m_mtu = sbcreatecontrol(&mtuctl, sizeof(mtuctl),
|
/src/sbin/ping6/ |
ping6.c | 1907 struct ip6_mtuinfo *mtuctl = NULL; local in function:get_pathmtu 1917 mtuctl = (struct ip6_mtuinfo *)CMSG_DATA(cm); 1927 if (!IN6_ARE_ADDR_EQUAL(&mtuctl->ip6m_addr.sin6_addr, 1929 (mtuctl->ip6m_addr.sin6_scope_id && 1931 mtuctl->ip6m_addr.sin6_scope_id != 1936 pr_addr((struct sockaddr *)&mtuctl->ip6m_addr, 1937 sizeof(mtuctl->ip6m_addr))); 1946 if (mtuctl->ip6m_mtu < IPV6_MMTU) 1950 return((int)mtuctl->ip6m_mtu);
|
ping6.c | 1907 struct ip6_mtuinfo *mtuctl = NULL; local in function:get_pathmtu 1917 mtuctl = (struct ip6_mtuinfo *)CMSG_DATA(cm); 1927 if (!IN6_ARE_ADDR_EQUAL(&mtuctl->ip6m_addr.sin6_addr, 1929 (mtuctl->ip6m_addr.sin6_scope_id && 1931 mtuctl->ip6m_addr.sin6_scope_id != 1936 pr_addr((struct sockaddr *)&mtuctl->ip6m_addr, 1937 sizeof(mtuctl->ip6m_addr))); 1946 if (mtuctl->ip6m_mtu < IPV6_MMTU) 1950 return((int)mtuctl->ip6m_mtu);
|
ping6.c | 1907 struct ip6_mtuinfo *mtuctl = NULL; local in function:get_pathmtu 1917 mtuctl = (struct ip6_mtuinfo *)CMSG_DATA(cm); 1927 if (!IN6_ARE_ADDR_EQUAL(&mtuctl->ip6m_addr.sin6_addr, 1929 (mtuctl->ip6m_addr.sin6_scope_id && 1931 mtuctl->ip6m_addr.sin6_scope_id != 1936 pr_addr((struct sockaddr *)&mtuctl->ip6m_addr, 1937 sizeof(mtuctl->ip6m_addr))); 1946 if (mtuctl->ip6m_mtu < IPV6_MMTU) 1950 return((int)mtuctl->ip6m_mtu);
|