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

  /src/sys/netatalk/
ddp_input.c 134 struct ddpshdr *dsh, ddps;
149 if (m->m_len < sizeof(struct ddpshdr) &&
150 ((m = m_pullup(m, sizeof(struct ddpshdr))) == 0)) {
154 dsh = mtod(m, struct ddpshdr *);
155 memcpy((void *) & ddps, (void *) dsh, sizeof(struct ddpshdr));
297 m_adj(m, sizeof(struct ddpshdr));
ddp.h 118 struct ddpshdr { struct

Completed in 12 milliseconds