Searched refs:fd_set_sndbuf (Results 1 – 3 of 3) sorted by relevance
127 int fd_set_sndbuf(int fd, size_t n, bool increase);129 return fd_set_sndbuf(fd, n, true); in fd_inc_sndbuf()
715 int fd_set_sndbuf(int fd, size_t n, bool increase) { in fd_set_sndbuf() function
1060 r = fd_set_sndbuf(fd, s->send_buffer, false); in socket_apply_socket_options()