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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dasp.h45 typedef struct ASP { struct
66 } *ASP; typedef in typeref:struct:ASP
92 extern ASP asp_init (ATP);
93 extern void asp_setstatus (ASP, char *, const int);
94 extern ASP asp_getsession (ASP, server_child *, const int);
95 extern int asp_close (ASP);
96 extern int asp_shutdown (ASP);
97 extern int asp_attention (ASP, AFPUserBytes);
98 extern int asp_getrequest (ASP);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dstatus.h46 const ASP,
H A Dafp_asp.c52 ASP asp = obj->handle;
72 ASP asp = obj->handle;
134 ASP asp = child->handle;
212 ASP asp;
224 asp = (ASP) obj->handle;
227 * 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;
241 ASP asp;
451 * stuff is done after the ASP stuff. */
566 /* AFPConfigInit can return two linked configs due to DSI and ASP */
H A Dstatus.c191 const ASP asp,
453 ASP asp;
H A Dauth.c83 const ASP asp,
259 ASP asp = obj->handle;
H A Dvolume.c272 ASP asp = obj->handle;
312 ASP asp = obj->handle;

Completed in 88 milliseconds