Home | History | Annotate | Download | only in dropbear

Lines Matching refs:buf_putint

100 	buf_putint(ses.writepayload, channel->remotechan);
178 buf_putint(ses.writepayload, 1); /* Just the terminator */
184 buf_putint(ses.writepayload, 0); /* A placeholder for the final length */
224 buf_putint(ses.writepayload, value);
233 buf_putint(ses.writepayload, bufpos2 - bufpos1 - 4); /* len(termcodes) */
251 buf_putint(ses.writepayload, ws.ws_col); /* Cols */
252 buf_putint(ses.writepayload, ws.ws_row); /* Rows */
253 buf_putint(ses.writepayload, ws.ws_xpixel); /* Width */
254 buf_putint(ses.writepayload, ws.ws_ypixel); /* Height */
274 buf_putint(ses.writepayload, channel->remotechan);