Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/net_posix/src/
H A DActsNetTest.cpp1396 unsigned char destComp[MAXDNAME]; in HWTEST_F() local
1397 int ret = dn_comp(src, destComp, 10, nullptr, nullptr); in HWTEST_F()
1399 printf("dn_comp ret=%d, compDn is '%s'\n", ret, destComp); in HWTEST_F()
1401 ret = dn_comp("www.baidu.com", destComp, MAXDNAME, nullptr, nullptr); in HWTEST_F()
1406 unsigned char *eomorig = destComp + 10; in HWTEST_F()
1407 ret = dn_expand(destComp, eomorig, destComp, destExpand, MAXDNAME); in HWTEST_F()

Completed in 5 milliseconds