Searched refs:is_tls (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/samples/net/sockets/big_http_download/src/ |
D | big_http_download.c | 253 bool download(struct addrinfo *ai, bool is_tls, bool *redirect) in download() argument 263 if (is_tls) { in download() 278 if (is_tls) { in download() 372 bool is_tls = false; in main() local 394 is_tls = true; in main() 429 (is_tls ? "s" : ""), host, port, uri_path); in main() 471 download(res, is_tls, &redirect); in main()
|
/Zephyr-latest/tests/net/socket/register/src/ |
D | main.c | 191 static bool is_tls(int family, int type, int proto) in is_tls() function 239 NET_SOCKET_REGISTER(tls, TEST_SOCKET_PRIO, AF_UNSPEC, is_tls, socket_test_ok);
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | socket_dispatcher.c | 30 static bool is_tls(int proto) in is_tls() function 374 if (!is_tls(ctx->proto)) { in sock_dispatch_setsockopt_vmeth()
|