Searched refs:AFPUserBytes (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_attn.c30 int dsi_attention(DSI *dsi, AFPUserBytes flags)
32 /* header + AFPUserBytes */
33 char block[DSI_BLOCKSIZ + sizeof(AFPUserBytes)];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/asp/
H A Dasp_attn.c25 int asp_attention(ASP asp, AFPUserBytes flags)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dasp.h97 extern int asp_attention (ASP, AFPUserBytes);
H A Dafp.h30 typedef u_int16_t AFPUserBytes; typedef
H A Dglobals.h119 int (*attention)(void *, AFPUserBytes);
H A Ddsi.h179 extern int dsi_attention (DSI *, AFPUserBytes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_asp.c222 obj->attention = (int (*)(void *, AFPUserBytes)) asp_attention;
H A Dafp_dsi.c476 obj->attention = (int (*)(void *, AFPUserBytes)) dsi_attention;

Completed in 109 milliseconds