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

/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c348 char tx_buf[msgsz]; local
369 memset(tx_buf, i + 1, msg_len);
371 rc = write(echo_fd, tx_buf, msg_len);
389 if (memcmp(tx_buf, rx_buf, (size_t) rc)) {
410 char tx_buf[msgsz]; local
433 memset(tx_buf, i + 1, msg_len);
434 rc = write(fd, tx_buf, msg_len);
509 char tx_buf[msgsz]; local
531 memset(tx_buf, i + j, msgsz);
532 rc = write(fd, tx_buf, msgs
786 char tx_buf [msgsz]; local
[all...]

Completed in 39 milliseconds