Searched refs:TEE_ipSocket_ipVersion (Results 1 – 4 of 4) sorted by relevance
/optee_rust/optee-utee/optee-utee-sys/src/ |
A D | tee_ipsocket.rs | 19 pub enum TEE_ipSocket_ipVersion { enum
|
A D | tee_tcpsocket.rs | 24 pub ipVersion: TEE_ipSocket_ipVersion,
|
A D | tee_udpsocket.rs | 24 pub ipVersion: TEE_ipSocket_ipVersion,
|
/optee_rust/optee-utee/src/ |
A D | net.rs | 31 ip_version: raw::TEE_ipSocket_ipVersion, in connect_with_ip_version() argument 84 Self::connect_with_ip_version(address, port, raw::TEE_ipSocket_ipVersion::TEE_IP_VERSION_4) in connect_v4() 88 Self::connect_with_ip_version(address, port, raw::TEE_ipSocket_ipVersion::TEE_IP_VERSION_4) in connect_v6() 201 ip_version: raw::TEE_ipSocket_ipVersion, in connect_with_ip_version() argument 254 Self::connect_with_ip_version(address, port, raw::TEE_ipSocket_ipVersion::TEE_IP_VERSION_4) in connect_v4() 258 Self::connect_with_ip_version(address, port, raw::TEE_ipSocket_ipVersion::TEE_IP_VERSION_4) in connect_v6()
|
Completed in 20 milliseconds