Home | History | Annotate | Download | only in lib

Lines Matching defs:onoff

102   u_long onoff;
123 vals.onoff = 1;
889 curl_socklen_t onoff = (curl_socklen_t) 1;
896 if(setsockopt(sockfd, level, TCP_NODELAY, (void *)&onoff,
897 sizeof(onoff)) < 0)
917 int onoff = 1;
918 if(setsockopt(sockfd, SOL_SOCKET, SO_NOSIGPIPE, (void *)&onoff,
919 sizeof(onoff)) < 0)