Home
last modified time | relevance | path

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

/optee_rust/optee-utee/optee-utee-sys/src/
A Dtee_tcpsocket.rs31 pub static TEE_tcpSocket: *const TEE_iSocket; consts
/optee_rust/optee-utee/src/
A Dnet.rs46 let ret = ((*raw::TEE_tcpSocket).open)( in connect_with_ip_version()
100 ((*raw::TEE_tcpSocket).close)(self.handle); in drop()
109 ((*raw::TEE_tcpSocket).recv)( in read()
151 ((*raw::TEE_tcpSocket).send)( in write()

Completed in 13 milliseconds