Home
last modified time | relevance | path

Searched refs:commandCode (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libutee/
A Dtee_tcpudp_socket.c152 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/lib/libutee/include/
A Dtee_isocket.h31 TEE_Result (*ioctl)(TEE_iSocketHandle ctx, uint32_t commandCode,
/optee_os/out/arm/export-ta_arm32/host_include/
A Dtee_isocket.h31 TEE_Result (*ioctl)(TEE_iSocketHandle ctx, uint32_t commandCode,
/optee_os/out/arm/export-ta_arm32/include/
A Dtee_isocket.h31 TEE_Result (*ioctl)(TEE_iSocketHandle ctx, uint32_t commandCode,
/optee_os/out/arm/export-ta_arm64/host_include/
A Dtee_isocket.h31 TEE_Result (*ioctl)(TEE_iSocketHandle ctx, uint32_t commandCode,
/optee_os/out/arm/export-ta_arm64/include/
A Dtee_isocket.h31 TEE_Result (*ioctl)(TEE_iSocketHandle ctx, uint32_t commandCode,

Completed in 5 milliseconds