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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/sys/netatalk/
H A Dddp_output.c64 m->m_off = MMINOFF + align( SZ_ELAPHDR );
175 M_PREPEND( m, SZ_ELAPHDR, M_DONTWAIT );
180 m->m_off -= SZ_ELAPHDR;
181 m->m_len += SZ_ELAPHDR;
192 m0->m_len = SZ_ELAPHDR;
237 m->m_off += SZ_ELAPHDR;
238 m->m_len -= SZ_ELAPHDR;
H A Dddp.h54 #define SZ_ELAPHDR 3 macro
H A Dddp_input.c113 if ( m->m_len < SZ_ELAPHDR &&
114 (( m = m_pullup( m, SZ_ELAPHDR )) == 0 )) {
120 m_adj( m, SZ_ELAPHDR );
125 bcopy((caddr_t)elhp, (caddr_t)&elh, SZ_ELAPHDR );

Completed in 99 milliseconds