Home
last modified time | relevance | path

Searched refs:kFdControl (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/test/
Dhandshaker.cc155 ssize_t len = read_eintr(kFdControl, buf.get(), kBufSize); in main()
162 kFdControl)) { in main()
164 if (write_eintr(kFdControl, &msg, 1) != 1) { in main()
Dhandshake_util.cc330 assert(kFdControl != rfd[0]); in RunHandshaker()
331 assert(kFdControl != wfd[1]); in RunHandshaker()
332 if (control[1] != kFdControl && in RunHandshaker()
333 posix_spawn_file_actions_adddup2(&actions, control[1], kFdControl) != 0) { in RunHandshaker()
Dhandshake_util.h49 constexpr int kFdControl = 3; // Bi-directional dgram socket. variable