Searched refs:test_port (Results 1 – 6 of 6) sorted by relevance
68 int (*test_port)(struct pi_adapter *pi); member
308 .test_port = on26_test_port,
431 if (pi->proto->test_port) { in pi_probe_unit()433 max = pi->proto->test_port(pi); in pi_probe_unit()
498 .test_port = bpck_test_port,
455 .test_port = bpck6_test_port,
9 static int test_port = 7788; variable14 tcp_addr_to_sockaddr_in(&addr, &this_ip_addr, htons(test_port++)); in make_listen()