HomeSort by: relevance | last modified time | path
    Searched refs:ddpehdr (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netatalk/
ddp_input.c 136 struct ddpehdr *deh = NULL, ddpe;
181 if (m->m_len < sizeof(struct ddpehdr) &&
182 ((m = m_pullup(m, sizeof(struct ddpehdr))) == 0)) {
186 deh = mtod(m, struct ddpehdr *);
187 memcpy((void *) & ddpe, (void *) deh, sizeof(struct ddpehdr));
304 m_adj(m, sizeof(struct ddpehdr));
ddp.h 85 struct ddpehdr { struct
ddp_output.c 58 struct ddpehdr *deh;
60 M_PREPEND(m, sizeof(struct ddpehdr), M_DONTWAIT);
64 deh = mtod(m, struct ddpehdr *);

Completed in 109 milliseconds