Home | History | Annotate | Download | only in socket

Lines Matching refs:tc

57 	struct test_case_t *tc = &tdat[n];
59 TEST(fd = socket(tc->domain, tc->type, tc->proto));
66 if (TEST_RETURN != tc->retval) {
68 tc->desc, fd, tc->retval);
72 if (TEST_ERRNO != tc->experrno) {
74 tst_strerrno(tc->experrno), tc->experrno);
78 tst_res(TPASS, "%s successful", tc->desc);