Home
last modified time | relevance | path

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

/system/core/trusty/libtrusty/include/trusty/
Dipc.h71 #define TIPC_IOC_SEND_MSG _IOW(TIPC_IOC_MAGIC, 0x81, struct tipc_send_msg_req) macro
/system/core/trusty/libtrusty/
Dtrusty.c63 int rc = TEMP_FAILURE_RETRY(ioctl(fd, TIPC_IOC_SEND_MSG, &req)); in tipc_send()