Lines Matching refs:last_socket_id

451 	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()
3759 sock = socket_from_id(iface_ctx.last_socket_id); in on_cmd_sockok()
3826 sock = socket_from_id(iface_ctx.last_socket_id); in on_cmd_sockerror()
3850 sock = socket_from_id(iface_ctx.last_socket_id); in on_cmd_sock_error_code()
4000 iface_ctx.last_socket_id = strtol(value, NULL, 10); in on_cmd_sockcreate()
4002 LOG_DBG("+KTCPCFG: %d", iface_ctx.last_socket_id); in on_cmd_sockcreate()
4004 LOG_DBG("+KUDPCFG: %d", iface_ctx.last_socket_id); in on_cmd_sockcreate()
4008 sock = socket_from_id(iface_ctx.last_socket_id); in on_cmd_sockcreate()
4013 if (queue_stale_socket(type, iface_ctx.last_socket_id) == 0) { in on_cmd_sockcreate()
4025 sock->socket_id = iface_ctx.last_socket_id; in on_cmd_sockcreate()
4075 sock = socket_from_id(iface_ctx.last_socket_id); in sock_read()
4077 LOG_ERR("Socket not found! (%d)", iface_ctx.last_socket_id); in sock_read()
4227 sock = socket_from_id(iface_ctx.last_socket_id); in on_cmd_connect()
4229 LOG_ERR("Sock (%d) not found", iface_ctx.last_socket_id); in on_cmd_connect()
6350 iface_ctx.last_socket_id = 0; in hl7800_init()