Searched refs:ASP (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dasp.h43 typedef struct ASP { struct
64 } *ASP; typedef in typeref:struct:ASP
90 extern ASP asp_init (ATP);
91 extern void asp_setstatus (ASP, char *, const int);
92 extern ASP asp_getsession (ASP, server_child *, const int);
93 extern int asp_close (ASP);
94 extern int asp_shutdown (ASP);
95 extern int asp_attention (ASP, AFPUserBytes);
96 extern int asp_getrequest (ASP);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/asp/
H A Dasp_init.c41 ASP asp_init(ATP atp)
43 ASP asp;
45 if (( asp = (struct ASP *)calloc(1, sizeof( struct ASP ))) == NULL ) {
68 void asp_setstatus(ASP asp, char *status, const int slen)
H A Dasp_close.c41 int asp_close(ASP asp)
H A Dasp_getreq.c40 int asp_getrequest(ASP asp)
H A Dasp_tickle.c21 int asp_tickle(ASP asp, const u_int8_t sid, struct sockaddr_at *sat)
H A Dasp_attn.c25 int asp_attention(ASP asp, AFPUserBytes flags)
H A Dasp_cmdreply.c42 int asp_cmdreply(ASP asp, int result)
H A Dasp_shutdown.c21 int asp_shutdown(ASP asp)
H A Dasp_getsess.c51 static ASP server_asp;
118 * It returns an ASP to the child and parent and NULL if there is
123 ASP asp_getsession(ASP asp, server_child *server_children,
221 * ASP packets, we simply send as much as we can.
H A Dasp_write.c42 int asp_wrtcont(ASP asp, char *buf, size_t *buflen)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dstatus.h39 extern void status_versions (char * /*status*/, const ASP, const DSI *);
H A Dafp_asp.c52 ASP asp = obj->handle;
72 ASP asp = obj->handle;
133 ASP asp = child->handle;
211 ASP asp;
223 asp = (ASP) obj->handle;
226 * With ASP tickle handler is done in the parent process
H A Dafp_config.c72 atp_close(((ASP) p->obj.handle)->asp_atp);
199 ASP asp;
249 ASP asp;
458 * stuff is done after the ASP stuff. */
573 /* AFPConfigInit can return two linked configs due to DSI and ASP */
H A Dstatus.c176 const ASP asp, const DSI *dsi,
431 ASP asp;
H A Dauth.c97 void status_versions( char *data, const ASP asp, const DSI *dsi)
275 ASP asp = obj->handle;
H A Dvolume.c269 ASP asp = obj->handle;
306 ASP asp = obj->handle;

Completed in 75 milliseconds