HomeSort by relevance Sort by last modified time
    Searched defs:S2C (Results 1 - 2 of 2) sorted by null

  /external/openssh/regress/misc/kexfuzz/
kexfuzz.c 37 enum direction { S2C, C2S };
41 int *c2s, *s2c; member in struct:hook_ctx
51 int mydirection = ssh == ctx->client ? S2C : C2S;
52 int *packet_count = mydirection == S2C ? ctx->s2c : ctx->c2s;
58 mydirection == S2C ? "s2c" : "c2s",
183 debug("do_send_and_receive S2C: %s", ssh_err(r));
199 do_kex_with_key(const char *kex, struct sshkey *prvkey, int *c2s, int *s2c,
231 hook_ctx.s2c = s2c
348 int s2c = 0, c2s = 0; \/* packet counts *\/ local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
rx-decode.c 124 #define S2C(i) OP (2, RX_Operand_Immediate, 0, i)
    [all...]

Completed in 176 milliseconds