Home
last modified time | relevance | path

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

/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c157 int echo_fd; in connect_test() local
165 echo_fd = tipc_connect(dev_name, echo_name); in connect_test()
166 if (echo_fd < 0) { in connect_test()
176 if (echo_fd >= 0) { in connect_test()
177 tipc_close(echo_fd); in connect_test()
347 int echo_fd =-1; in echo_test() local
356 echo_fd = tipc_connect(dev_name, echo_name); in echo_test()
357 if (echo_fd < 0) { in echo_test()
359 return echo_fd; in echo_test()
371 rc = write(echo_fd, tx_buf, msg_len); in echo_test()
[all …]