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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Dddp.h101 struct ddpshdr { struct
H A Dddp_input.c141 struct ddpshdr *dsh, ddps;
155 if ( m->m_len < sizeof( struct ddpshdr ) &&
156 (( m = m_pullup( m, sizeof( struct ddpshdr ))) == 0 )) {
161 dsh = mtod( m, struct ddpshdr *);
162 bcopy( (caddr_t)dsh, (caddr_t)&ddps, sizeof( struct ddpshdr ));
328 m_adj( m, sizeof( struct ddpshdr ));

Completed in 50 milliseconds