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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/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_sreq.c2 * $Id: atp_sreq.c,v 1.5 2002-01-17 06:08:55 srittau Exp $
55 atp_sreq( ATP ah, struct atp_block *atpb, int respcount, u_int8_t flags ) function
61 atp_print_bufuse( ah, "atp_sreq" );
98 printf( "\n<%d> atp_sreq: sending a %ld byte packet ", getpid(),
116 } else printf( "<%d> atp_sreq: dropped request\n", getpid() );
H A DMakefile.in71 atp_packet.lo atp_rreq.lo atp_rresp.lo atp_rsel.lo atp_sreq.lo \
268 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
328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atp_sreq.Plo@am__quote@
H A DMakefile71 atp_packet.lo atp_rreq.lo atp_rresp.lo atp_rsel.lo atp_sreq.lo \
268 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
328 include ./$(DEPDIR)/atp_sreq.Plo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/asp/
H A Dasp_tickle.c35 if ( atp_sreq( asp->asp_atp, &atpb, 0, 0 ) < 0 ) {
36 LOG(log_error, logtype_default, "atp_sreq: %s", strerror(errno) );
H A Dasp_attn.c45 if ( atp_sreq( asp->asp_atp, &atpb, 1, 0 ) < 0 ) {
46 LOG(log_error, logtype_default, "atp_sreq: %s", strerror(errno) );
H A Dasp_shutdown.c45 if ( atp_sreq( asp->asp_atp, &atpb, 1, ATP_XO ) < 0 ) {
H A Dasp_write.c74 if ( atp_sreq( asp->asp_atp, &atpb, iovcnt, ATP_XO ) < 0 ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dsession.c92 if ( atp_sreq( atp, &atpb, oquantum, ATP_XO )) {
93 LOG(log_error, logtype_papd, "atp_sreq: %s", strerror(errno) );
137 if ( atp_sreq( atp, &atpb, 0, 0 )) {
138 LOG(log_error, logtype_papd, "atp_sreq: %s", strerror(errno) );
260 if ( atp_sreq( atp, &atpb, oquantum, ATP_XO )) {
261 LOG(log_error, logtype_papd, "atp_sreq: %s", strerror(errno) );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/pap/
H A Dpap.c271 if ( atp_sreq( satp, &atpb, 1, 0 ) < 0 ) {
272 perror( "atp_sreq" );
344 if ( atp_sreq( atp, &atpb, 1, ATP_XO ) < 0 ) {
345 perror( "atp_sreq" );
425 if ( atp_sreq( atp, &atpb, 1, ATP_XO ) < 0 ) {
426 perror( "atp_sreq" );
497 if ( atp_sreq( atp, &atpb, oquantum, ATP_XO ) < 0 ) {
498 perror( "atp_sreq" );
524 if ( atp_sreq( satp, &atpb, 0, 0 ) < 0 ) {
525 perror( "atp_sreq" );
[all...]
H A Dpapstatus.c182 if ( atp_sreq( atp, &atpb, 1, ATP_XO ) < 0 ) {
183 perror( "atp_sreq" );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Datp.h76 #define ATP_TREL2M 0x2 /* atp_sreq call, and set in the */
80 #define ATP_TRIES_INFINITE -1 /* for atp_sreq, etc */
186 extern int atp_sreq (ATP, struct atp_block *, int,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/getzones/
H A Dgetzones.c116 if ( atp_sreq( ah, &atpb, 1, 0 ) < 0 ) {
117 perror( "atp_sreq" );

Completed in 116 milliseconds