Searched refs:commandCode (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/lib/libutee/ |
A D | tee_tcpudp_socket.c | 152 static TEE_Result tcp_ioctl(TEE_iSocketHandle ctx, uint32_t commandCode, in tcp_ioctl() argument 161 if (__tee_socket_ioctl_cmd_to_proto(commandCode) == 0) in tcp_ioctl() 164 switch (commandCode) { in tcp_ioctl() 167 res = __tee_socket_pta_ioctl(sock_ctx->handle, commandCode, in tcp_ioctl() 179 static TEE_Result udp_ioctl(TEE_iSocketHandle ctx, uint32_t commandCode, in udp_ioctl() argument 188 if (__tee_socket_ioctl_cmd_to_proto(commandCode) == 0) in udp_ioctl() 191 switch (commandCode) { in udp_ioctl() 194 res = __tee_socket_pta_ioctl(sock_ctx->handle, commandCode, in udp_ioctl()
|
/optee_os-3.20.0/lib/libutee/include/ |
A D | tee_isocket.h | 31 TEE_Result (*ioctl)(TEE_iSocketHandle ctx, uint32_t commandCode,
|
Completed in 2 milliseconds