Searched refs:TEST_PORT (Results 1 – 4 of 4) sorted by relevance
/external/tlsdate/src/ |
D | proxy-bio-unittest.c | 38 BIO_proxy_set_port (proxy, TEST_PORT); in proxy_bio() 106 (TEST_PORT & 0xff00) >> 8, 107 TEST_PORT & 0xff, 120 (TEST_PORT & 0xff00) >> 8, /* port high */ in TEST_F() 121 TEST_PORT & 0xff, /* port low */ in TEST_F() 141 (TEST_PORT & 0xff00) >> 8, /* port high */ in TEST_F() 142 TEST_PORT & 0xff, /* port low */ in TEST_F() 175 (TEST_PORT & 0xff00) >> 8, 176 TEST_PORT & 0xff 187 (TEST_PORT & 0xff00) >> 8, [all …]
|
D | tlsdate.h | 88 #define TEST_PORT 80 macro
|
/external/netperf/src/ |
D | netsh.h | 13 #define TEST_PORT "12865" macro
|
D | netserver.c | 1532 strncpy(listen_port,TEST_PORT,sizeof(listen_port)); in main()
|