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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/atp/
H A Datp_rsel.c81 struct atphdr req_hdr, resp_hdr; local
181 memcpy( &resp_hdr, abuf->atpbuf_info.atpbuf_data + 1,
269 if ( requesting && ah->atph_rbitmap & ( 1<<resp_hdr.atphd_bitmap )
270 && req_hdr.atphd_tid == resp_hdr.atphd_tid ) {
271 ah->atph_rbitmap &= ~( 1<<resp_hdr.atphd_bitmap );
273 if ( ah->atph_resppkt[ resp_hdr.atphd_bitmap ] != NULL ) {
274 atp_free_buf( ah->atph_resppkt[ resp_hdr.atphd_bitmap ] );
276 ah->atph_resppkt[ resp_hdr.atphd_bitmap ] = abuf;
280 if ( resp_hdr.atphd_ctrlinfo & ATP_EOM ) {
283 getpid(), resp_hdr
[all...]

Completed in 191 milliseconds