Home
last modified time | relevance | path

Searched refs:so_sndbuf (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h232 size_t so_sndbuf; member
H A Dconfig_file.c213 cfg->so_sndbuf = 4*1024*1024; in config_create()
657 else S_MEMSIZE("so-sndbuf:", so_sndbuf) in config_set_option()
1125 else O_MEM(opt, "so-sndbuf", so_sndbuf) in config_get_option()
H A Dconfigparser.y1568 if(!cfg_parse_memsize($2, &cfg_parser->cfg->so_sndbuf))
H A Dconfigparser.c4576 if(!cfg_parse_memsize((yyvsp[0].str), &cfg_parser->cfg->so_sndbuf)) in yyparse()
/freebsd/contrib/ntp/sntp/libevent/
H A Devdns.c351 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/contrib/libevent/
H A Devdns.c351 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/contrib/unbound/services/
H A Dlisten_dnsport.c1958 cfg->so_rcvbuf, cfg->so_sndbuf, in listening_ports_open()
1977 cfg->so_rcvbuf, cfg->so_sndbuf, in listening_ports_open()
1999 cfg->so_rcvbuf, cfg->so_sndbuf, in listening_ports_open()
2017 cfg->so_rcvbuf, cfg->so_sndbuf, in listening_ports_open()
2037 cfg->so_rcvbuf, cfg->so_sndbuf, in listening_ports_open()
2055 cfg->so_rcvbuf, cfg->so_sndbuf, in listening_ports_open()
/freebsd/contrib/unbound/daemon/
H A Dremote.c4918 FR_CHECK_CHANGED_CFG("so-sndbuf", so_sndbuf, changed_str); in fr_check_compat_cfg()
5907 COPY_VAR_size_t(so_sndbuf); in fr_atomic_copy_cfg()