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

/freebsd-9.3-release/sys/netatalk/
H A Dddp_input.c127 struct ddpehdr *deh = NULL, ddpe;
190 if (m->m_len < sizeof(struct ddpehdr) &&
191 ((m = m_pullup(m, sizeof(struct ddpehdr))) == NULL)) {
197 deh = mtod(m, struct ddpehdr *);
198 bcopy((caddr_t)deh, (caddr_t)&ddpe, sizeof(struct ddpehdr));
398 m_adj(m, sizeof(struct ddpehdr));
H A Dddp.h78 struct ddpehdr { struct
H A Dddp_output.c50 struct ddpehdr *deh;
57 M_PREPEND(m, sizeof(struct ddpehdr), M_DONTWAIT);
61 deh = mtod(m, struct ddpehdr *);

Completed in 55 milliseconds