Searched refs:fault_cb (Results 1 – 5 of 5) sorted by relevance
706 if (client_ctx->fault_cb != NULL) { in socket_recv_message()707 client_ctx->fault_cb(errno); in socket_recv_message()887 if (sock_ctx[i] != NULL && sock_ctx[i]->fault_cb != NULL) { in socket_loop()888 sock_ctx[i]->fault_cb(EIO); in socket_loop()910 if (sock_ctx[i] != NULL && sock_ctx[i]->fault_cb != NULL) { in socket_loop()911 sock_ctx[i]->fault_cb(-rc); in socket_loop()
1567 client.ctx->fault_cb = socket_fault_cb; in lwm2m_rd_client_start()
107 client_ctx_fake->fault_cb(err); in test_throw_network_error_from_engine()
559 ctx.fault_cb(EIO); in ZTEST()586 ctx.fault_cb(EIO); in ZTEST()
302 lwm2m_socket_fault_cb_t fault_cb; member