Searched refs:slc_reply (Results 1 – 1 of 1) sorted by relevance
1133 static unsigned char slc_reply[2 * SUBBUFSIZE]; variable1139 if (slc_replyp == slc_reply + sizeof(slc_reply)) in slc_add()1147 slc_replyp = slc_reply; in slc_start_reply()1157 if (slc_replyp + 6 >= slc_reply + sizeof(slc_reply)) { in slc_add_reply()1174 if (slc_replyp + 2 >= slc_reply + sizeof(slc_reply)) { in slc_end_reply()1181 len = slc_replyp - slc_reply; in slc_end_reply()1185 ring_supply_data(&netoring, slc_reply, slc_replyp - slc_reply); in slc_end_reply()1186 printsub('>', &slc_reply[2], slc_replyp - slc_reply - 2); in slc_end_reply()