Home
last modified time | relevance | path

Searched refs:atonPointRst (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/kernel_lite/net_posix/src/
H A DActsNetTest.cpp1471 struct ether_addr *atonPointRst = nullptr; in HWTEST_F() local
1477 atonPointRst = nullptr; in HWTEST_F()
1478 atonPointRst = ether_aton_r(addrHex[i], atonDataRst); in HWTEST_F()
1479 ASSERT_TRUE(atonPointRst != nullptr); in HWTEST_F()
1487 atonPointRst->ether_addr_octet[0], atonPointRst->ether_addr_octet[1], in HWTEST_F()
1488 atonPointRst->ether_addr_octet[2], atonPointRst->ether_addr_octet[3], in HWTEST_F()
1489 atonPointRst->ether_addr_octet[4], atonPointRst in HWTEST_F()
[all...]

Completed in 3 milliseconds