Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
H A Dtee_tcpudp_socket.c17 uint32_t proto_error; member
21 uint32_t *proto_error) in tcp_open() argument
27 if (!ctx || !setup || !proto_error) in tcp_open()
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
66 if (!ctx || !setup || !proto_error) in udp_open()
69 *proto_error = TEE_SUCCESS; in udp_open()
88 *proto_error = res; in udp_open()
[all …]