Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/modem/modem_socket/src/
Dmain.c51 result = modem_socket_is_allocated(&socket_config, &sockets[i]); in ZTEST()
133 result = modem_socket_is_allocated(&socket_config, &sockets[i]); in ZTEST()
/Zephyr-latest/drivers/modem/
Dmodem_socket.h123 bool modem_socket_is_allocated(const struct modem_socket_config *cfg,
Dmodem_socket.c445 bool modem_socket_is_allocated(const struct modem_socket_config *cfg, in modem_socket_is_allocated() function
Dquectel-bg9x.c701 if (modem_socket_is_allocated(&mdata.socket_config, sock) == false) { in offload_connect()
799 if (modem_socket_is_allocated(&mdata.socket_config, sock) == false) { in offload_close()
Dublox-sara-r4.c1525 if (modem_socket_is_allocated(&mdata.socket_config, sock) == true) { in offload_bind()
1549 if (modem_socket_is_allocated(&mdata.socket_config, sock) == false) { in offload_connect()
Dsimcom-sim7080.c147 if (modem_socket_is_allocated(&mdata.socket_config, sock) == false) { in offload_connect()
546 if (modem_socket_is_allocated(&mdata.socket_config, sock) == false) { in offload_close()