Home
last modified time | relevance | path

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

/system/core/trusty/libtrusty/
Dtipc_ioctl.h24 #define TIPC_IOC_CONNECT _IOW(TIPC_IOC_MAGIC, 0x80, char *) macro
Dtrusty.c43 rc = ioctl(fd, TIPC_IOC_CONNECT, srv_name); in tipc_connect()