Lines Matching refs:m_data
246 ip_ver = m == NULL ? 0 : ((struct ip *)m->m_data)->ip_v;
248 ((struct ip *)m->m_data)->ip_v == 4 ?
249 ntohs(((struct ip *)m->m_data)->ip_len) -
250 (((struct ip *)m->m_data)->ip_hl << 2):
251 ntohs(((struct ip6_hdr *)m->m_data)->ip6_ctlun.ip6_un1.ip6_un1_plen);
253 ((struct ip *)m->m_data)->ip_v == 4 ?
254 inet_ntoa(&((struct ip *)m->m_data)->ip_src.s_addr) :
255 inet_ntoa6(&((struct ip6_hdr *)m->m_data)->ip6_src);
257 ((struct ip *)m->m_data)->ip_v == 4 ?
258 inet_ntoa(&((struct ip *)m->m_data)->ip_dst.s_addr) :
259 inet_ntoa6(&((struct ip6_hdr *)m->m_data)->ip6_dst);