Searched refs:atp_sresp (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/atp/
H A DMakefile.am5 libatp_la_SOURCES = atp_bufs.c atp_close.c atp_open.c atp_packet.c atp_rreq.c atp_rresp.c atp_rsel.c atp_sreq.c atp_sresp.c
H A Datp_sresp.c2 * $Id: atp_sresp.c,v 1.6 2009-10-13 22:55:37 didg Exp $
49 int atp_sresp( function
59 atp_print_bufuse( ah, "atp_sresp" );
128 } else printf( "<%d> atp_sresp: dropped serial no. %d\n", getpid(), i );
H A DMakefile.in97 atp_sresp.lo
311 libatp_la_SOURCES = atp_bufs.c atp_close.c atp_open.c atp_packet.c atp_rreq.c atp_rresp.c atp_rsel.c atp_sreq.c atp_sresp.c
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atp_sresp.Plo@am__quote@
H A DMakefile97 atp_sresp.lo
311 libatp_la_SOURCES = atp_bufs.c atp_close.c atp_open.c atp_packet.c atp_rreq.c atp_rresp.c atp_rsel.c atp_sreq.c atp_sresp.c
373 include ./$(DEPDIR)/atp_sresp.Plo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/asp/
H A Dasp_close.c55 if (atp_sresp( asp->asp_atp, &atpb ) < 0)
H A Dasp_cmdreply.c81 if ( atp_sresp( asp->asp_atp, &atpb ) < 0 ) {
H A Dasp_getsess.c245 atp_sresp( asp->asp_atp, &atpb );
334 atp_sresp( asp->asp_atp, &atpb );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Datp.h193 extern int atp_sresp (ATP, struct atp_block *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dsession.c198 if ( atp_sresp( atp, &atpb ) < 0 ) {
199 LOG(log_error, logtype_papd, "atp_sresp: %s", strerror(errno) );
306 if ( atp_sresp( atp, &atpb ) < 0 ) {
307 LOG(log_error, logtype_papd, "atp_sresp: %s", strerror(errno) );
H A Dmain.c442 if ( atp_sresp( pr->p_atp, &atpb ) < 0 ) {
443 LOG(log_error, logtype_papd, "atp_sresp: %s", strerror(errno) );
524 if ( atp_sresp( pr->p_atp, &atpb ) < 0 ) {
525 LOG(log_error, logtype_papd, "atp_sresp: %s", strerror(errno) );
549 if ( atp_sresp( pr->p_atp, &atpb ) < 0 ) {
550 LOG(log_error, logtype_papd, "atp_sresp: %s", strerror(errno) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/a2boot/
H A Da2boot.c276 if ( atp_sresp( atp, &atpb ) < 0 ) {
277 LOG(log_error, logtype_default, "main: atp_sresp: %s", strerror( errno ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/timelord/
H A Dtimelord.c261 if ( atp_sresp( atp, &atpb ) < 0 ) {
262 LOG(log_error, logtype_default, "main: atp_sresp: %s", strerror( errno ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/pap/
H A Dpap.c630 if ( atp_sresp( atp, &atpb ) < 0 ) {
631 perror( "atp_sresp" );
758 if ( atp_sresp( atp, &atpb ) < 0 ) {
759 perror( "atp_sresp" );

Completed in 116 milliseconds