Searched refs:IPPROTO_TLS_1_3 (Results 1 – 3 of 3) sorted by relevance
93 socket_fd = socket(addr.sin_family, SOCK_STREAM, IPPROTO_TLS_1_3); in create_socket()
82 IPPROTO_TLS_1_3 = 259, /**< TLS 1.3 protocol */ enumerator
2041 if (*proto >= IPPROTO_TLS_1_0 && *proto <= IPPROTO_TLS_1_3) { in protocol_check()