Searched refs:test_proto (Results 1 – 8 of 8) sorted by relevance
244 static void test_proto(int proto, const char *proto_str) in test_proto() function272 test_proto(SOCK_DGRAM, "UDP"); in main()273 test_proto(SOCK_STREAM, "TCP"); in main()274 test_proto(SOCK_DCCP, "DCCP"); in main()
70 int (*test_proto)(struct pi_adapter *pi); member
256 .test_proto = friq_test_proto,
291 .test_proto = frpw_test_proto,
304 .test_proto = epia_test_proto,
343 .test_proto = epat_test_proto,
382 if (pi->proto->test_proto) in pi_test_proto()383 res = pi->proto->test_proto(pi); in pi_test_proto()
500 .test_proto = bpck_test_proto,