Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/test/
H A Dtest_netlink.cpp277 const char nextbuf[] = "efgh"; in TEST() local
281 char buf[RTA_SPACE(sizeof(attrbuf)) + sizeof(nextbuf)]; in TEST()
284 memcpy(buf + RTA_SPACE(sizeof(attrbuf)), &nextbuf, sizeof(nextbuf)); in TEST()
291 EXPECT_EQ(sizeof(nextbuf), data.size()); in TEST()
292 EXPECT_EQ(0, memcmp(&nextbuf, data.data(), sizeof(nextbuf))); in TEST()