Home
last modified time | relevance | path

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

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmbuf.h338 m_tag_setup(struct m_tag* tagPointer, u_int32_t cookie, int type, int length) in m_tag_setup() argument
340 tagPointer->m_tag_id = type; in m_tag_setup()
341 tagPointer->m_tag_len = length; in m_tag_setup()
342 tagPointer->m_tag_cookie = cookie; in m_tag_setup()