Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/modem/
Dwncm14a2a.c139 int last_socket_id; member
515 ictx.last_socket_id = atoi(value); in on_cmd_atcmdecho()
522 ictx.last_socket_id = 0; in on_cmd_atcmdecho_nosock()
639 sock = socket_from_id(ictx.last_socket_id); in on_cmd_sockok()
653 sock = socket_from_id(ictx.last_socket_id); in on_cmd_sockerror()
673 sock = socket_from_id(ictx.last_socket_id); in on_cmd_sockexterror()
725 sock = socket_from_id(ictx.last_socket_id); in on_cmd_sockwrite()
800 sock = socket_from_id(ictx.last_socket_id); in on_cmd_sockread()
802 LOG_ERR("Socket not found! (%d)", ictx.last_socket_id); in on_cmd_sockread()
1401 ictx.last_socket_id = 0; in wncm14a2a_init()
[all …]
Dhl7800.c448 int last_socket_id; member
969 iface_ctx.last_socket_id = 0; in send_at_cmd()
973 iface_ctx.last_socket_id = sock->socket_id; in send_at_cmd()
1050 iface_ctx.last_socket_id = 0; in mdm_hl7800_send_at_cmd()
1066 iface_ctx.last_socket_id = 0; in mdm_hl7800_update_apn()
1104 iface_ctx.last_socket_id = 0; in mdm_hl7800_update_rat()
1144 iface_ctx.last_socket_id = 0; in mdm_hl7800_get_local_time()
1163 iface_ctx.last_socket_id = 0; in mdm_hl7800_get_operator_index()
1181 iface_ctx.last_socket_id = 0; in mdm_hl7800_get_functionality()
1201 iface_ctx.last_socket_id = 0; in mdm_hl7800_set_functionality()
[all …]