Searched refs:so_sndbuf (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/unbound/services/ |
| D | listen_dnsport.c | 1842 cfg->so_rcvbuf, cfg->so_sndbuf, in listening_ports_open() 1859 cfg->so_rcvbuf, cfg->so_sndbuf, in listening_ports_open() 1879 cfg->so_rcvbuf, cfg->so_sndbuf, in listening_ports_open() 1895 cfg->so_rcvbuf, cfg->so_sndbuf, in listening_ports_open() 1913 cfg->so_rcvbuf, cfg->so_sndbuf, in listening_ports_open() 1929 cfg->so_rcvbuf, cfg->so_sndbuf, in listening_ports_open()
|
| /freebsd-12-stable/contrib/unbound/util/ |
| D | config_file.h | 224 size_t so_sndbuf; member
|
| D | config_file.c | 207 cfg->so_sndbuf = 0; in config_create() 603 else S_MEMSIZE("so-sndbuf:", so_sndbuf) in config_set_option() 1054 else O_MEM(opt, "so-sndbuf", so_sndbuf) in config_get_option()
|
| D | configparser.y | 1482 if(!cfg_parse_memsize($2, &cfg_parser->cfg->so_sndbuf))
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/ |
| D | evdns.c | 351 int so_sndbuf; member 2553 if (base->so_sndbuf) { in evdns_nameserver_add_impl_() 2555 (void *)&base->so_sndbuf, sizeof(base->so_sndbuf))) { in evdns_nameserver_add_impl_() 2556 log(EVDNS_LOG_WARN, "Couldn't set SO_SNDBUF to %i", base->so_sndbuf); in evdns_nameserver_add_impl_() 3567 base->so_sndbuf = buf; in evdns_base_set_option_impl()
|
| /freebsd-12-stable/contrib/libevent/ |
| D | evdns.c | 351 int so_sndbuf; member 2553 if (base->so_sndbuf) { in evdns_nameserver_add_impl_() 2555 (void *)&base->so_sndbuf, sizeof(base->so_sndbuf))) { in evdns_nameserver_add_impl_() 2556 log(EVDNS_LOG_WARN, "Couldn't set SO_SNDBUF to %i", base->so_sndbuf); in evdns_nameserver_add_impl_() 3567 base->so_sndbuf = buf; in evdns_base_set_option_impl()
|