Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 3 of 3) sorted by relevance

/optee_test/host/xtest/
A Dregression_2000.c294 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2001()
343 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2001()
358 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2001()
374 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2001()
583 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2003()
778 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2004()
815 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2004()
830 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2004()
846 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2004()
865 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2004()
[all …]
A Dsock_server.c166 if (!server_add_state(&srvst, cb, ts->bind + n, in sock_server()
167 ts->bind[n].fd, POLLIN)) in sock_server()
245 if (bind(serv.fd, ai->ai_addr, ai->ai_addrlen)) in sock_server_add_fd()
269 p = realloc(ts->bind, sizeof(*p) * (ts->num_binds + 1)); in sock_server_add_fd()
273 ts->bind = p; in sock_server_add_fd()
303 if (close(ts->bind[n].fd)) in sock_server_uninit()
304 warn("sock_server_uninit: close(%d)", ts->bind[n].fd); in sock_server_uninit()
305 free(ts->bind); in sock_server_uninit()
A Dsock_server.h20 struct sock_server_bind *bind; member

Completed in 8 milliseconds