Searched defs:ProcessSt (Results 1 – 1 of 1) sorted by relevance
31 typedef struct ProcessSt { struct32 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 link38 …pe; // Enumerated value of HILT_TransportType, which is the communication protocol type used by the40 int connPort;41 struct sockaddr_in sockAddr;[all …]