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

/external/dropbear/
H A Dcli-chansession.c100 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(se
[all...]
H A Dtcp-accept.c85 buf_putint(ses.writepayload, port);
90 buf_putint(ses.writepayload, atol(portstring));
H A Dcommon-channel.c362 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(se
[all...]
H A Dbuffer.h59 void buf_putint(buffer* buf, unsigned int val);
H A Dprocess-packet.c141 buf_putint(ses.writepayload, ses.recvseq - 1);
H A Dbuffer.c243 void buf_putint(buffer* buf, int unsigned val) { function
253 buf_putint(buf, len);
294 buf_putint(buf, len);
H A Dcli-authinteract.c97 buf_putint(ses.writepayload, num_prompts);
H A Dcli-tcpfwd.c139 buf_putint(ses.writepayload, port);
H A Dsvr-x11fwd.c197 buf_putint(ses.writepayload, addr->sin_port);
H A Ddss.c385 buf_putint(buf, 2*SHA1_HASH_SIZE);
H A Drsa.c345 buf_putint(buf, nsize);
H A Dsvr-chansession.c168 buf_putint(ses.writepayload, channel->remotechan);
171 buf_putint(ses.writepayload, chansess->exit.exitstatus);
204 buf_putint(ses.writepayload, channel->remotechan);
H A Dcommon-kex.c109 buf_putint(ses.writepayload, 0);
H A Dpacket.c465 buf_putint(clearwritebuf, clearwritebuf->len + padlen - 4);

Completed in 121 milliseconds