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