Home | History | Annotate | Download | only in c-ares

Lines Matching full:setsockopt

864   return setsockopt(sockfd, SOL_SOCKET, SO_NONBLOCK, &b, sizeof(b));
889 setsockopt(s, SOL_SOCKET, SO_SNDBUF,
895 setsockopt(s, SOL_SOCKET, SO_RCVBUF,
902 if (setsockopt(s, SOL_SOCKET, SO_BINDTODEVICE,
987 if (setsockopt(s, IPPROTO_TCP, TCP_NODELAY,