Home
last modified time | relevance | path

Searched refs:bound_socks (Results 1 – 3 of 3) sorted by relevance

/openbmc/google-misc/subprojects/ncsid/test/
H A Dsock_test.cpp38 EXPECT_THAT(iface_mock.bound_socks.size(), testing::Ge(0)); in TEST()
39 EXPECT_THAT(iface_mock.bound_socks, testing::Contains(sock_fake_fd)); in TEST()
H A Dnet_iface_mock.cpp25 bound_socks.push_back(sockfd); in bind_sock()
H A Dnet_iface_mock.h34 mutable std::vector<int> bound_socks; variable