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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Dddp.h48 struct elaphdr { struct
H A Dddp_output.c133 struct elaphdr *elh;
195 elh = mtod( m, struct elaphdr *);
232 * Note: Passing NULL for the elaphdr is cool, since we'll only ever
240 ddp_input( m, ifp, (struct elaphdr *)NULL, 2 );
H A Dddp_input.c40 struct elaphdr *elhp, elh;
78 ddp_input( m, ifp, (struct elaphdr *)NULL, 2 );
119 elhp = mtod( m, struct elaphdr *);
123 ddp_input( m, ifp, (struct elaphdr *)NULL, 1 );
137 struct elaphdr *elh;

Completed in 54 milliseconds