Home
last modified time | relevance | path

Searched defs:ProcessSt (Results 1 – 1 of 1) sorted by relevance

/third_party/openhitls/testcode/framework/tls/process/include/
Dprocess.h31 typedef struct ProcessSt { struct
32 TLS_TYPE tlsType; // Identifies whether the HiTLS interface is used.
33 char srcDomainPath[DOMAIN_PATH_LEN];
34 char peerDomainPath[DOMAIN_PATH_LEN]; // This field is used only by remote processes.
35 int controlChannelFd; // This field is used only by the local process.
36 …Flag; // Indicates whether the process is a remote process. The value 1 indicates a remote process.
37 int connFd; // FD used by the TLS link
38 …pe; // Enumerated value of HILT_TransportType, which is the communication protocol type used by the
40 int connPort;
41 struct sockaddr_in sockAddr;
[all …]