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.c162 int echo_fd; in connect_test() local
170 echo_fd = tipc_connect(dev_name, echo_name); in connect_test()
171 if (echo_fd < 0) { in connect_test()
181 if (echo_fd >= 0) { in connect_test()
182 tipc_close(echo_fd); in connect_test()
352 int echo_fd =-1; in echo_test() local
361 echo_fd = tipc_connect(dev_name, echo_name); in echo_test()
362 if (echo_fd < 0) { in echo_test()
364 return echo_fd; in echo_test()
376 rc = write(echo_fd, tx_buf, msg_len); in echo_test()
[all …]