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

  /external/openssh/
buffer.h 63 void buffer_put_int64(Buffer *, u_int64_t);
roaming_common.c 232 buffer_put_int64(&b, *key);
233 buffer_put_int64(&b, cookie);
234 buffer_put_int64(&b, challenge);
sftp-server.c 502 buffer_put_int64(&msg, st->f_bsize);
503 buffer_put_int64(&msg, st->f_frsize);
504 buffer_put_int64(&msg, st->f_blocks);
505 buffer_put_int64(&msg, st->f_bfree);
506 buffer_put_int64(&msg, st->f_bavail);
507 buffer_put_int64(&msg, st->f_files);
508 buffer_put_int64(&msg, st->f_ffree);
509 buffer_put_int64(&msg, st->f_favail);
510 buffer_put_int64(&msg, FSID_TO_ULONG(st->f_fsid));
511 buffer_put_int64(&msg, flag)
    [all...]
roaming_client.c 108 buffer_put_int64(&b, cookie);
109 buffer_put_int64(&b, chall);
bufaux.c 148 buffer_put_int64(Buffer *buffer, u_int64_t value) function
monitor_wrap.c 654 buffer_put_int64(&m, blocks);
656 buffer_put_int64(&m, bytes);
659 buffer_put_int64(&m, blocks);
661 buffer_put_int64(&m, bytes);
691 buffer_put_int64(&m, get_sent_bytes());
692 buffer_put_int64(&m, get_recv_bytes());
    [all...]
sftp-common.c 144 buffer_put_int64(b, a->size);
key.c     [all...]
sftp-client.c 980 buffer_put_int64(&msg, offset);
    [all...]
packet.c 608 buffer_put_int64(&active_state->outgoing_packet, value);
    [all...]

Completed in 433 milliseconds