Home
last modified time | relevance | path

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

/xnu-8020.140.41/tools/lldbmacros/
H A Dmbufdefines.py63 M_FIRSTFRAG = 0x0800 variable
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h653 #define M_FIRSTFRAG 0x0800 /* packet is first fragment */ macro
669 M_FIRSTFRAG|M_LASTFRAG|M_PROMISC|M_HASFCS)
/xnu-8020.140.41/bsd/netinet/
H A Dip_output.c1902 m0->m_flags |= M_FIRSTFRAG | M_FRAG; in ip_fragment()
/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c1574 _CASSERT(MBUF_FIRSTFRAG == M_FIRSTFRAG); in mbinit()