Home
last modified time | relevance | path

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

/external/tlsdate/src/
Dproxy-bio-unittest.c38 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 …]
Dtlsdate.h88 #define TEST_PORT 80 macro
/external/netperf/src/
Dnetsh.h13 #define TEST_PORT "12865" macro
Dnetserver.c1532 strncpy(listen_port,TEST_PORT,sizeof(listen_port)); in main()