Searched defs:port (Results 1 – 3 of 3) sorted by relevance
/optee_test/host/xtest/ |
A D | sock_server.h | 16 int port; member
|
A D | regression_2000.c | 33 const char *addr, uint16_t port, in socket_tcp_open() 63 const char *addr, uint16_t port, in socket_udp_open() 749 uint16_t port = 0; in xtest_tee_test_2004() local
|
/optee_test/host/openssl/include/openssl/ |
A D | bio.h | 476 # define BIO_set_conn_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,1,(char *)port) argument 478 # define BIO_set_conn_int_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,3,(char *)port) argument
|
Completed in 8 milliseconds