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

  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.cc 374 uint32_t nodelay = 1; local
375 if (usrsctp_setsockopt(sock_, IPPROTO_SCTP, SCTP_NODELAY, &nodelay,
376 sizeof(nodelay))) {
    [all...]
  /external/fio/engines/
net.c 40 unsigned int nodelay; member in struct:netio_options
123 .name = "nodelay",
125 .off1 = offsetof(struct netio_options, nodelay),
594 if (o->nodelay && is_tcp(o)) {
598 log_err("fio: cannot set TCP_NODELAY option on socket (%s), disable with 'nodelay=0'\n", strerror(errno));
700 if (o->nodelay && is_tcp(o)) {
704 log_err("fio: cannot set TCP_NODELAY option on socket (%s), disable with 'nodelay=0'\n", strerror(errno));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesw.h 572 #ifdef nodelay
573 inline void UNDEF(nodelay)() { nodelay(); } function
574 #undef nodelay macro
575 #define nodelay UNDEF(nodelay) macro
1289 int nodelay(bool bf) { return ::nodelay(w, bf); } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 572 #ifdef nodelay
573 inline void UNDEF(nodelay)() { nodelay(); } function
574 #undef nodelay macro
575 #define nodelay UNDEF(nodelay) macro
1289 int nodelay(bool bf) { return ::nodelay(w, bf); } function in class:NCursesWindow
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 2925 bool nodelay; member in struct:ChardevSocket
    [all...]

Completed in 230 milliseconds