Searched refs:respcount (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/atp/
H A Datp_sreq.c51 * respcount: buffers available for response
55 atp_sreq( ATP ah, struct atp_block *atpb, int respcount, u_int8_t flags ) argument
67 || ( respcount < 0 ) || ( respcount > 8 )
84 atpb->atp_bitmap = ( 1 << respcount ) - 1;
131 ah->atph_rbitmap = ( 1 << respcount ) - 1;
132 ah->atph_rrespcount = respcount;
H A Datp_bufs.c86 int i, sentcount, incount, respcount; local
106 respcount = 0;
109 ++respcount;
115 ( ah->atph_reqpkt != NULL ) ? 1: 0, respcount );

Completed in 42 milliseconds