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

/freebsd-10.0-release/sys/netatalk/
H A Dddp_input.c125 struct ddpshdr *dsh, ddps;
142 if (m->m_len < sizeof(struct ddpshdr) &&
143 ((m = m_pullup(m, sizeof(struct ddpshdr))) == NULL)) {
148 dsh = mtod(m, struct ddpshdr *);
149 bcopy((caddr_t)dsh, (caddr_t)&ddps, sizeof(struct ddpshdr));
400 m_adj(m, sizeof(struct ddpshdr));
H A Dddp.h111 struct ddpshdr { struct

Completed in 182 milliseconds