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));
common-channel.c 362 buf_putint(ses.writepayload, channel->remotechan);
381 buf_putint(ses.writepayload, channel->remotechan);
610 buf_putint(ses.writepayload, channel->remotechan);
612 buf_putint(ses.writepayload, SSH_EXTENDED_DATA_STDERR);
616 buf_putint(ses.writepayload, 0);
635 buf_putint(ses.writepayload, len);
746 buf_putint(ses.writepayload, channel->remotechan);
747 buf_putint(ses.writepayload, incr);
843 buf_putint(ses.writepayload, channel->remotechan);
856 buf_putint(ses.writepayload, channel->remotechan)
    [all...]
buffer.h 59 void buf_putint(buffer* buf, unsigned int val);
process-packet.c 141 buf_putint(ses.writepayload, ses.recvseq - 1);
buffer.c 243 void buf_putint(buffer* buf, int unsigned val) { function
253 buf_putint(buf, len);
294 buf_putint(buf, len);
cli-authinteract.c 97 buf_putint(ses.writepayload, num_prompts);
cli-tcpfwd.c 139 buf_putint(ses.writepayload, port);
svr-x11fwd.c 197 buf_putint(ses.writepayload, addr->sin_port);
dss.c 385 buf_putint(buf, 2*SHA1_HASH_SIZE);
rsa.c 345 buf_putint(buf, nsize);
svr-chansession.c 168 buf_putint(ses.writepayload, channel->remotechan);
171 buf_putint(ses.writepayload, chansess->exit.exitstatus);
204 buf_putint(ses.writepayload, channel->remotechan);
common-kex.c 109 buf_putint(ses.writepayload, 0);
packet.c 465 buf_putint(clearwritebuf, clearwritebuf->len + padlen - 4);

Completed in 2359 milliseconds