Searched refs:ipstrtoaddr (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/unbound/util/
H A Dnet_help.h200 int ipstrtoaddr(const char* ip, int port, struct sockaddr_storage* addr,
H A Dnet_help.c254 return ipstrtoaddr(buf, port, addr, addrlen);
256 return ipstrtoaddr(str, port, addr, addrlen);
260 ipstrtoaddr(const char* ip, int port, struct sockaddr_storage* addr, function
322 if(!ipstrtoaddr(s?s:str, port, addr, addrlen)) {
465 return ipstrtoaddr(buf, port, addr, addrlen);
477 return ipstrtoaddr(buf, port, addr, addrlen);
480 return ipstrtoaddr(str, port, addr, addrlen);
H A Dconfig_file.c2591 if(!ipstrtoaddr(buf, UNBOUND_DNS_PORT, &addr, &addrlen)) {
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-control.c643 if(!ipstrtoaddr(svr, cfg->control_port, &addr, &addrlen))
H A Dunbound-checkconf.c412 if(!ipstrtoaddr(cfg->out_ifs[i], UNBOUND_DNS_PORT, &a, &alen) &&
/freebsd-current/contrib/unbound/services/
H A Doutside_network.c1644 if(!ipstrtoaddr(addrstr, UNBOUND_DNS_PORT, &pif->addr, &pif->addrlen) &&
/freebsd-current/contrib/unbound/daemon/
H A Dremote.c1668 if(!ipstrtoaddr(arg, UNBOUND_DNS_PORT, &addr, &len)) {

Completed in 209 milliseconds