Lines Matching refs:atonPointRst
1471 struct ether_addr *atonPointRst = nullptr;
1477 atonPointRst = nullptr;
1478 atonPointRst = ether_aton_r(addrHex[i], atonDataRst);
1479 ASSERT_TRUE(atonPointRst != nullptr);
1487 atonPointRst->ether_addr_octet[0], atonPointRst->ether_addr_octet[1],
1488 atonPointRst->ether_addr_octet[2], atonPointRst->ether_addr_octet[3],
1489 atonPointRst->ether_addr_octet[4], atonPointRst->ether_addr_octet[5]);