Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c2035 static int protocol_check(int family, int type, int *proto) in protocol_check() function
2076 ret = protocol_check(family, type, &proto); in ztls_socket()
3883 if (protocol_check(family, type, &proto) == 0) { in tls_is_supported()