Searched refs:findDnsSockets (Results 1 – 1 of 1) sorted by relevance
2279 std::vector<IPAddress> findDnsSockets(SockDiag* sd, unsigned numExpected) { in findDnsSockets() function2283 auto findDnsSockets = [&](uint8_t /* proto */, const inet_diag_msg* msg) { in findDnsSockets() local2302 sd->readDiagMsg(IPPROTO_TCP, findDnsSockets); in findDnsSockets()2379 std::vector<IPAddress> listenAddrs = findDnsSockets(&sd, 0); in TEST_F()2388 listenAddrs = findDnsSockets(&sd, 2); in TEST_F()