Searched refs:TIPC_IOC_CONNECT (Results 1 – 2 of 2) sorted by relevance
/system/core/trusty/libtrusty/ | ||
D | tipc_ioctl.h | 24 #define TIPC_IOC_CONNECT _IOW(TIPC_IOC_MAGIC, 0x80, char *) macro |
D | trusty.c | 43 rc = ioctl(fd, TIPC_IOC_CONNECT, srv_name); in tipc_connect() |