Searched refs:fd_set_rcvbuf (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/basic/ |
D | socket-util.h | 131 int fd_set_rcvbuf(int fd, size_t n, bool increase); 133 return fd_set_rcvbuf(fd, n, true); in fd_inc_rcvbuf()
|
D | socket-util.c | 746 int fd_set_rcvbuf(int fd, size_t n, bool increase) { in fd_set_rcvbuf() function
|
/systemd-251/src/libsystemd/sd-device/ |
D | device-monitor.c | 101 return fd_set_rcvbuf(m->sock, size, false); in sd_device_monitor_set_receive_buffer_size()
|
/systemd-251/src/core/ |
D | socket.c | 1053 r = fd_set_rcvbuf(fd, s->receive_buffer, false); in socket_apply_socket_options()
|