HomeSort by relevance Sort by last modified time
    Searched refs:buf_putint (Results 1 - 14 of 14) sorted by null

  /external/dropbear/
cli-chansession.c 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)
    [all...]
tcp-accept.c 85 buf_putint(ses.writepayload, port);
90 buf_putint(ses.writepayload, atol(portstring));