Searched refs:sfcntl (Results 1 – 2 of 2) sorted by relevance
58 flags = sfcntl(sockfd, F_GETFL, 0); in curlx_nonblock()60 return sfcntl(sockfd, F_SETFL, flags | O_NONBLOCK); in curlx_nonblock()62 return sfcntl(sockfd, F_SETFL, flags & (~O_NONBLOCK)); in curlx_nonblock()
272 # define sfcntl lwip_fcntl macro274 # define sfcntl fcntl