Searched defs:nodelay (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine.cc374 uint32_t nodelay = 1; local
375 if (usrsctp_setsockopt(sock_, IPPROTO_SCTP, SCTP_NODELAY, &nodelay,
376 sizeof(nodelay))) {
/external/fio/engines/
H A Dnet.c40 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));
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2925 bool nodelay; member in struct:ChardevSocket

Completed in 369 milliseconds