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

/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A Deapaka_plugin.c1775 STATIC TestPacketList S_tests[] = { variable
1941 for (i = 0; i < countof(S_tests); i++) {
1945 if (process_packets(&data, S_tests + i) == FALSE) {
1946 fprintf(stderr, "Test %s: FAILED\n", S_tests[i].name);
1949 printf("Test %s: PASSED\n", S_tests[i].name);

Completed in 117 milliseconds