Searched refs:tx_buf (Results 1 - 1 of 1) sorted by relevance

/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c345 char tx_buf[msgsz]; local
366 memset(tx_buf, i + 1, msg_len);
368 rc = write(echo_fd, tx_buf, msg_len);
386 if (memcmp(tx_buf, rx_buf, (size_t) rc)) {
407 char tx_buf[msgsz]; local
430 memset(tx_buf, i + 1, msg_len);
431 rc = write(fd, tx_buf, msg_len);
506 char tx_buf[msgsz]; local
528 memset(tx_buf, i + j, msgsz);
529 rc = write(fd, tx_buf, msgs
[all...]

Completed in 24 milliseconds