Home
last modified time | relevance | path

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

/Zephyr-latest/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()
1405 ictx.last_socket_id = 0; in wncm14a2a_init()
[all …]
Dhl7800.c451 int last_socket_id; member
1002 iface_ctx.last_socket_id = 0; in send_at_cmd()
1008 iface_ctx.last_socket_id = sock->socket_id; in send_at_cmd()
1086 iface_ctx.last_socket_id = 0; in mdm_hl7800_send_at_cmd()
1103 iface_ctx.last_socket_id = 0; in mdm_hl7800_update_apn()
1142 iface_ctx.last_socket_id = 0; in mdm_hl7800_update_rat()
1183 iface_ctx.last_socket_id = 0; in mdm_hl7800_get_local_time()
1203 iface_ctx.last_socket_id = 0; in mdm_hl7800_get_operator_index()
1222 iface_ctx.last_socket_id = 0; in mdm_hl7800_get_functionality()
1243 iface_ctx.last_socket_id = 0; in mdm_hl7800_set_functionality()
[all …]