Home
last modified time | relevance | path

Searched refs:intfFromRtm (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-networkd/test/
H A Dtest_rtnetlink.cpp18 EXPECT_THROW(intfFromRtm("1"), std::runtime_error); in TEST()
30 EXPECT_EQ(intfFromRtm(stdplus::raw::asView<char>(msg)), in TEST()
57 auto info = intfFromRtm(stdplus::raw::asView<char>(msg)); in TEST()
/openbmc/phosphor-networkd/src/
H A Drtnetlink_server.cpp51 m.addInterface(intfFromRtm(data)); in handler()
54 m.removeInterface(intfFromRtm(data)); in handler()
H A Drtnetlink.hpp11 InterfaceInfo intfFromRtm(std::string_view msg);
H A Drtnetlink.cpp54 InterfaceInfo intfFromRtm(std::string_view msg) in intfFromRtm() function