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

  /external/curl/lib/
connect.c 993 bool is_tcp; local
1017 is_tcp = (addr.family == AF_INET || addr.family == AF_INET6) &&
1020 is_tcp = (addr.family == AF_INET) && addr.socktype == SOCK_STREAM;
1022 if(is_tcp && data->set.tcp_nodelay)
1029 if(is_tcp && data->set.tcp_keepalive)
    [all...]
  /external/fio/engines/
net.c 215 static inline int is_tcp(struct netio_options *o) function
267 if (!o->mss || !is_tcp(o))
336 if (is_tcp(o))
745 if (o->nodelay && is_tcp(o)) {
860 if (o->nodelay && is_tcp(o)) {
1022 if (is_tcp(o))
1114 if (is_udp(o) || is_tcp(o))
1275 if (is_udp(o) || is_tcp(o))
1319 if (!is_tcp(o)) {

Completed in 87 milliseconds