Searched refs:mhlen (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.1.10/tools/lldbmacros/ |
| H A D | mbufs.py | 183 mhlen = mp.m_hdr.mh_len 186 mhlen = mp.M_hdr_common.M_hdr.mh_len 190 if (mlen > mhlen): 191 mlen = mhlen 193 mlen = mhlen 201 mhlen = mp.m_hdr.mh_len 210 mhlen = mp.M_hdr_common.M_hdr.mh_len 217 out_string += mbuf_walk_format.format(prefix, count[0], mp, mhlen, mhtype, mhdata) 226 total[0] = total[0] + mhlen 236 mhlen = mp.m_hdr.mh_len [all …]
|
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | ip_output.c | 1861 int len, hlen, mhlen, firstlen, off; in ip_fragment() local 1903 mhlen = sizeof(struct ip); in ip_fragment() 1917 mhlen = ip_optcopy(ip, mhip) + sizeof(struct ip); in ip_fragment() 1918 mhip->ip_vhl = IP_MAKE_VHL(IPVERSION, mhlen >> 2); in ip_fragment() 1920 m->m_len = mhlen; in ip_fragment() 1930 mhip->ip_len = htons((u_short)(len + mhlen)); in ip_fragment() 1938 m->m_pkthdr.len = mhlen + len; in ip_fragment() 1952 mhip->ip_sum = ip_cksum_hdr_out(m, mhlen); in ip_fragment()
|
| /xnu-11215.1.10/bsd/sys/ |
| H A D | kpi_mbuf.h | 276 u_int32_t mhlen; /* length of data in a header mbuf */ member
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | kpi_mbuf.c | 1248 stats->mhlen = mbstat.m_mhlen; in mbuf_stats()
|
| /xnu-11215.1.10/bsd/nfs/ |
| H A D | nfs_subs.c | 327 nfs_mbuf_mhlen = ms.mhlen; in nfs_mbuf_init()
|