Searched refs:capdnscache (Results 1 – 1 of 1) sorted by relevance
548 static nvlist_t *capdnscache; variable555 if (capdnscache == NULL) { in net_add_sockaddr_to_cache()556 capdnscache = nvlist_create(NV_FLAG_NO_UNIQUE); in net_add_sockaddr_to_cache()560 while (nvlist_next(capdnscache, NULL, &cookie) != NULL) { in net_add_sockaddr_to_cache()574 nvlist_add_binary(capdnscache, deprecated ? "d" : "", sa, salen); in net_add_sockaddr_to_cache()1104 if (conndns && capdnscache != NULL && in net_connect()1105 net_allowed_bsaddr_impl(capdnscache, saddr, len)) { in net_connect()