Lines Matching refs:socket_from_id
789 static struct hl7800_socket *socket_from_id(int socket_id) in socket_from_id() function
3677 sock = socket_from_id(iface_ctx.last_socket_id); in on_cmd_sockok()
3711 sock = socket_from_id(id); in on_cmd_sock_ind()
3744 sock = socket_from_id(iface_ctx.last_socket_id); in on_cmd_sockerror()
3768 sock = socket_from_id(iface_ctx.last_socket_id); in on_cmd_sock_error_code()
3834 sock = socket_from_id(id); in on_cmd_sock_notif()
3920 sock = socket_from_id(iface_ctx.last_socket_id); in on_cmd_sockcreate()
3923 sock = socket_from_id(MDM_CREATE_SOCKET_ID); in on_cmd_sockcreate()
3987 sock = socket_from_id(iface_ctx.last_socket_id); in sock_read()
4138 sock = socket_from_id(iface_ctx.last_socket_id); in on_cmd_connect()
4267 sock = socket_from_id(socket_id); in on_cmd_sockdataind()