Home
last modified time | relevance | path

Searched defs:is_tls (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/samples/net/sockets/big_http_download/src/
Dbig_http_download.c253 bool download(struct addrinfo *ai, bool is_tls, bool *redirect) in download()
372 bool is_tls = false; in main() local
/Zephyr-latest/tests/net/socket/register/src/
Dmain.c191 static bool is_tls(int family, int type, int proto) in is_tls() function
/Zephyr-latest/subsys/net/lib/sockets/
Dsocket_dispatcher.c30 static bool is_tls(int proto) in is_tls() function