Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
A Dtee_tcpudp_socket.c17 uint32_t proto_error; member
21 uint32_t *proto_error) in tcp_open() argument
30 *proto_error = TEE_SUCCESS; in tcp_open()
49 *proto_error = res; in tcp_open()
52 *proto_error = res; in tcp_open()
60 uint32_t *proto_error) in udp_open() argument
69 *proto_error = TEE_SUCCESS; in udp_open()
88 *proto_error = res; in udp_open()
91 *proto_error = res; in udp_open()
122 sock_ctx->proto_error = res; in sock_send()
[all …]

Completed in 7 milliseconds