Home
last modified time | relevance | path

Searched refs:DFL_SERVER_PORT (Results 1 – 5 of 5) sorted by relevance

/third_party/mbedtls/programs/x509/
Dcert_app.c73 #define DFL_SERVER_PORT "4433" macro
191 opt.server_port = DFL_SERVER_PORT; in main()
/third_party/mbedtls/programs/ssl/
Dssl_mail_client.c91 #define DFL_SERVER_PORT "465" macro
131 " server_port=%%d default: " DFL_SERVER_PORT "\n" \
416 opt.server_port = DFL_SERVER_PORT; in main()
Dssl_client2.c51 #define DFL_SERVER_PORT "4433" macro
812 opt.server_port = DFL_SERVER_PORT; in main()
Dssl_server2.c77 #define DFL_SERVER_PORT "4433" macro
1488 opt.server_port = DFL_SERVER_PORT; in main()
/third_party/mbedtls/programs/test/
Dudp_proxy.c82 #define DFL_SERVER_PORT "4433" macro
190 opt.server_port = DFL_SERVER_PORT; in get_options()