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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_r_zip.c333 short i, j, reply_length, Index, zone_count, status; local
357 reply_length = 2; /* 1st byte is ZIP reply code, 2nd is network count */
372 if (reply_length + 3 + ZT_table[Index].Zone.len > DDP_DATA_SIZE) {
378 DDPLEN_ASSIGN(ddp, (reply_length + DDP_X_HDR_SIZE));
379 gbuf_winc(m,reply_length);
406 reply_length += ZT_table[Index].Zone.len +3;
419 DDPLEN_ASSIGN(ddp, (reply_length + DDP_X_HDR_SIZE));
420 gbuf_winc(m,reply_length);
446 short i, reply_length, Index, status; local
490 reply_length
[all...]

Completed in 12 milliseconds