Home
last modified time | relevance | path

Searched refs:test_port (Results 1 – 4 of 4) sorted by relevance

/external/netperf/src/
Dnetperf.c134 printf("remotehost is %s and port %s\n",host_name,test_port); in main()
140 establish_control(host_name,test_port,address_family, in main()
Dnetsh.h85 extern char test_port[PORTBUFSIZE]; /* where is the test waiting */
Dnetsh.c107 test_port[PORTBUFSIZE] = "12865", /* where is the test waiting */ variable
944 strncpy(test_port,arg1,PORTBUFSIZE); in scan_cmd_line()
1315 printf("Port: %s\n",test_port); in dump_globals()
/external/selinux/python/semanage/
Dtest-semanage.py117 def test_port(self): member in SemanageTests