Searched refs:pkthdr (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmbuf.h206 struct pkthdr { struct
263 struct pkthdr MH_pkthdr;
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_uipc_mbuf.c156 CTASSERT(sizeof(struct pkthdr) == 56);
160 CTASSERT(sizeof(struct pkthdr) == 48);
217 bzero(&m->m_pkthdr, sizeof(struct pkthdr));
341 * "Move" mbuf pkthdr from "from" to "to".
371 * Duplicate "from"'s mbuf pkthdr in "to".
381 * The mbuf allocator only initializes the pkthdr
384 * smash the pkthdr as needed causing these
689 * Concatenate two pkthdr mbuf chains.
1210 "\3eor\2pkthdr\1ext", pdata ? "" : "\n");
1358 * pkthdr
[all...]

Completed in 32 milliseconds