Searched defs:tls_socket_cfg (Results 1 – 1 of 1) sorted by relevance
42 struct tls_socket_cfg { struct43 u8 proto; /* 0: tcp, 1: udp */44 u8 client;45 u16 port;46 u8 host[32]; /* host name */47 u16 host_len;48 u8 ip_addr[4];49 u32 timeout;