Searched refs:mhlen (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_output.c1832 int len, hlen, mhlen, firstlen, off, error = 0; local
1864 mhlen = sizeof (struct ip);
1877 mhlen = ip_optcopy(ip, mhip) + sizeof (struct ip);
1878 mhip->ip_vhl = IP_MAKE_VHL(IPVERSION, mhlen >> 2);
1880 m->m_len = mhlen;
1888 mhip->ip_len = htons((u_short)(len + mhlen));
1896 m->m_pkthdr.len = mhlen + len;
1914 mhip->ip_sum = in_cksum(m, mhlen);
/darwin-on-arm/xnu/bsd/sys/
H A Dkpi_mbuf.h247 @field mhlen Length of data in an mbuf with a packet header.
266 u_int32_t mhlen; /* length of data in a header mbuf */ member in struct:mbuf_stat
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c949 stats->mhlen = mbstat.m_mhlen;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c284 nfs_mbuf_mhlen = ms.mhlen;

Completed in 66 milliseconds