Home
last modified time | relevance | path

Searched refs:IPPROTO_TLS_1_3 (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/net/socket/tls_configurations/src/
Dmain.c93 socket_fd = socket(addr.sin_family, SOCK_STREAM, IPPROTO_TLS_1_3); in create_socket()
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h82 IPPROTO_TLS_1_3 = 259, /**< TLS 1.3 protocol */ enumerator
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c2041 if (*proto >= IPPROTO_TLS_1_0 && *proto <= IPPROTO_TLS_1_3) { in protocol_check()