Home | History | Annotate | Download | only in tests

Lines Matching full:paddr

2156   struct ether_addr *paddr = ether_aton(asc);
2157 EXPECT_NOT_POISONED(*paddr);
2160 paddr = ether_aton_r(asc, &addr);
2161 ASSERT_EQ(paddr, &addr);