Searched refs:SZ_ELAPHDR (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/netatalk/
H A Dddp.h69 #define SZ_ELAPHDR 3 macro
H A Dddp_input.c102 if (m->m_len < SZ_ELAPHDR && ((m = m_pullup(m, SZ_ELAPHDR)) ==
112 m_adj(m, SZ_ELAPHDR);
115 bcopy((caddr_t)elhp, (caddr_t)&elh, SZ_ELAPHDR);
H A Dddp_output.c216 m0->m_len = SZ_ELAPHDR;

Completed in 130 milliseconds