test_proto
.test_proto = bpck_test_proto,
.test_proto = epat_test_proto,
.test_proto = epia_test_proto,
.test_proto = friq_test_proto,
.test_proto = frpw_test_proto,
if (pi->proto->test_proto)
res = pi->proto->test_proto(pi);
int (*test_proto)(struct pi_adapter *pi);
test_proto(SOCK_DGRAM, "UDP");
test_proto(SOCK_STREAM, "TCP");